From 7ee8f11588741357a321adab2fee99b3affe40b3 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 26 Mar 2014 07:56:56 -0700 Subject: [PATCH] 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 --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 23f11fe005..a4e6bfde88 100755 --- a/stack.sh +++ b/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