chiark / gitweb /
readahead: disable collect/replay during system updates
[elogind.git] / src / cgtop / cgtop.c
index 1fe247c667afae1f5b0a7687411af5d771a8fa19..ddb57094b1c527328ee1b152f8660babec1f9b39 100644 (file)
@@ -26,6 +26,7 @@
 #include <alloca.h>
 #include <getopt.h>
 
+#include "path-util.h"
 #include "util.h"
 #include "hashmap.h"
 #include "cgroup-util.h"
@@ -53,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 {