Add top memory consuming process to dstat output
Right now we under pressure because of increasing memory consumption in dsvm jobs. So it'll be good to see which process is eating the most ram at a given time. It may not end up being useful, but it doesn't hurt to at least display just in case. Change-Id: I096bf4b425db51358240335e41f6238d1ec1bb40
This commit is contained in:
parent
5713497aa5
commit
6d79ebcae1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user