Merge "Add memory usage to dstat output"

This commit is contained in:
Jenkins
2014-03-27 12:34:27 +00:00
committed by Gerrit Code Review

View File

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