Browse code

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

Matthew Treinish authored on 2017/02/03 00:52:53
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
 LOGDIR=$1
14 14
 
15 15
 # Command line arguments for primary DStat process.
16
-DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv --swap"
16
+DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv --top-mem --swap"
17 17
 
18 18
 # Command-line arguments for secondary background DStat process.
19 19
 DSTAT_CSV_OPTS="-tcmndrylpg --output $LOGDIR/dstat-csv.log"