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:
parent
b65dc0afee
commit
7ee8f11588
2
stack.sh
2
stack.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user