Browse code

Merge "lib/dstat: Include page stats"

Jenkins authored on 2014/11/19 22:20:32
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ DSTAT_FILE=${DSTAT_FILE:-"dstat.txt"}
24 24
 # start_dstat() - Start running processes, including screen
25 25
 function start_dstat {
26 26
     # A better kind of sysstat, with the top process per time slice
27
-    DSTAT_OPTS="-tcmndrylp --top-cpu-adv"
27
+    DSTAT_OPTS="-tcmndrylpg --top-cpu-adv"
28 28
     if [[ -n ${SCREEN_LOGDIR} ]]; then
29 29
         screen_it dstat "cd $TOP_DIR; dstat $DSTAT_OPTS | tee $SCREEN_LOGDIR/$DSTAT_FILE"
30 30
     else