mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-18 10:07:46 +07:00
cgtop: change default depth to 3
https://bugs.freedesktop.org/show_bug.cgi?id=49778
This commit is contained in:
parent
fec2aa2f9e
commit
30edf11616
@ -166,7 +166,7 @@
|
||||
the root group is monitored, for 1
|
||||
only the first level of control groups
|
||||
is monitored, and so on. Defaults to
|
||||
2.</para></listitem>
|
||||
3.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
@ -54,7 +54,7 @@ typedef struct Group {
|
||||
uint64_t io_input_bps, io_output_bps;
|
||||
} Group;
|
||||
|
||||
static unsigned arg_depth = 2;
|
||||
static unsigned arg_depth = 3;
|
||||
static usec_t arg_delay = 1*USEC_PER_SEC;
|
||||
|
||||
static enum {
|
||||
|
Loading…
Reference in New Issue
Block a user