v
Size: a a a
DS
DS
DS
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()))
DS
v
VS
PL
GS
YD
GS
ST
YD
YD
vshard/storage/init.lua:2389: attempt to index field '_bucket' (a nil value).
YD
GS
GS
MF