Browse code

Merge "Add memory usage to dstat output"

Jenkins authored on 2014/03/27 21:34:27
Showing 1 changed files
... ...
@@ -884,7 +884,7 @@ init_service_check
884 884
 # -------
885 885
 
886 886
 # A better kind of sysstat, with the top process per time slice
887
-DSTAT_OPTS="-tcndrylp --top-cpu-adv"
887
+DSTAT_OPTS="-tcmndrylp --top-cpu-adv"
888 888
 if [[ -n ${SCREEN_LOGDIR} ]]; then
889 889
     screen_it dstat "cd $TOP_DIR; dstat $DSTAT_OPTS | tee $SCREEN_LOGDIR/$DSTAT_FILE"
890 890
 else