Browse code

Add iops to dstat output

The "-r" option adds io request counts. They are placed next to
the currently present io throughput columns.

Change-Id: I7b4c6f3608afb3714bc997bb4ba005c00eeab61e

James E. Blair authored on 2014/03/26 23:56:56
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="-tcndylp --top-cpu-adv"
887
+DSTAT_OPTS="-tcndrylp --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