1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

cgtop: change default depth to 3

https://bugs.freedesktop.org/show_bug.cgi?id=49778
This commit is contained in:
Lennart Poettering 2012-05-22 01:48:40 +02:00
parent fec2aa2f9e
commit 30edf11616
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 {