We aren't always cpu bound, track top io usage as well.
Change-Id: I3c16b851ebab61ef96a6e3016237a294038561de
| ... | ... |
@@ -26,7 +26,7 @@ DSTAT_FILE=${DSTAT_FILE:-"dstat.txt"}
|
| 26 | 26 |
# start_dstat() - Start running processes, including screen |
| 27 | 27 |
function start_dstat {
|
| 28 | 28 |
# A better kind of sysstat, with the top process per time slice |
| 29 |
- DSTAT_OPTS="-tcmndrylpg --top-cpu-adv" |
|
| 29 |
+ DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv" |
|
| 30 | 30 |
if [[ -n ${SCREEN_LOGDIR} ]]; then
|
| 31 | 31 |
screen_it dstat "cd $TOP_DIR; dstat $DSTAT_OPTS | tee $SCREEN_LOGDIR/$DSTAT_FILE" |
| 32 | 32 |
else |