From 06005723922dcecff9be67685345e02f8f173ca8 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 13 Jan 2015 16:36:43 +1300 Subject: [PATCH] log dstat top io We aren't always cpu bound, track top io usage as well. Change-Id: I3c16b851ebab61ef96a6e3016237a294038561de --- lib/dstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dstat b/lib/dstat index 8f456a879f..73ca279fea 100644 --- a/lib/dstat +++ b/lib/dstat @@ -26,7 +26,7 @@ DSTAT_FILE=${DSTAT_FILE:-"dstat.txt"} # start_dstat() - Start running processes, including screen function start_dstat { # A better kind of sysstat, with the top process per time slice - DSTAT_OPTS="-tcmndrylpg --top-cpu-adv" + DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv" if [[ -n ${SCREEN_LOGDIR} ]]; then screen_it dstat "cd $TOP_DIR; dstat $DSTAT_OPTS | tee $SCREEN_LOGDIR/$DSTAT_FILE" else