chiark / gitweb /
cgtop: change default depth to 3
authorLennart Poettering <lennart@poettering.net>
Mon, 21 May 2012 23:48:40 +0000 (01:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 May 2012 23:48:40 +0000 (01:48 +0200)
https://bugs.freedesktop.org/show_bug.cgi?id=49778

man/systemd-cgtop.xml
src/cgtop/cgtop.c

index 9322fb0920cbddb7777480256c314d2a561f5a38..14d47353ccac8949ad822b1a6d28b07774c09637 100644 (file)
                                 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>
index cc7a99f3dfbe11e11b741326190f40a1e38944e6..ddb57094b1c527328ee1b152f8660babec1f9b39 100644 (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 {