Browse code

Enable swap stats in dstat

Swap stats could be useful for trouble-shooting. It is better to
have it enabled in dstat.

Change-Id: I44e0735a95cd6ca3def9b04510551df16a1337a4

Hongbin Lu authored on 2015/12/21 06:30:36
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"
16
+DSTAT_OPTS="-tcmndrylpg --top-cpu-adv --top-io-adv --swap"
17 17
 
18 18
 # Command-line arguments for secondary background DStat process.
19 19
 DSTAT_CSV_OPTS="-tcmndrylpg --output $LOGDIR/dstat-csv.log"