Merge "Add top memory consuming process to dstat output"

This commit is contained in:
Jenkins 2017-02-15 02:02:49 +00:00 committed by Gerrit Code Review
commit 5ed1e34802

View File

@ -13,7 +13,7 @@
LOGDIR=$1
# Command line arguments for primary DStat process.
DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv --swap"
DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap"
# Command-line arguments for secondary background DStat process.
DSTAT_CSV_OPTS="-tcmndrylpg --output $LOGDIR/dstat-csv.log"