Created
July 26, 2022 11:08
-
-
Save Mons/1af2b46c0c9b1276b2359a0313a8f7c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- (c) Dmitry Sharonov если что - я вчера на скорую руку добавил в семлпер еще тройку лидеров из топа, вот так: | |
local top = fun.iter(fiber.top().cpu):map(function(name, f) f.name=name; return f end):totable() | |
table.sort(top, function(f1, f2) return f1.average > f2.average end) | |
log.info(require('yaml').encode(fun.iter(top):take(3):totable())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment