Searched refs:stats_print (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_top.c | 304 static void stats_print(const char *name, const struct stats *stats, function 479 stats_print(ct[i].c->name, ct[i].stats, &total); 483 stats_print(total_name, &total, &total);
|
H A D | lxc-top.lua | 179 function stats_print(name, stats, stats_total) function 234 stats_print(ctname, stats[ctname], stats_total) 240 stats_print(string.format("TOTAL (%-2d)", #containers), stats_total, stats_total)
|
Completed in 10 milliseconds