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
This commit is contained in:
James E. Blair 2014-03-26 07:56:56 -07:00
parent b65dc0afee
commit 7ee8f11588

View File

@ -884,7 +884,7 @@ init_service_check
# -------
# A better kind of sysstat, with the top process per time slice
DSTAT_OPTS="-tcndylp --top-cpu-adv"
DSTAT_OPTS="-tcndrylp --top-cpu-adv"
if [[ -n ${SCREEN_LOGDIR} ]]; then
screen_it dstat "cd $TOP_DIR; dstat $DSTAT_OPTS | tee $SCREEN_LOGDIR/$DSTAT_FILE"
else