From e8d840668e7876c26cb29e79d7165d754769dd8a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 26 Mar 2014 08:19:37 -0700 Subject: [PATCH] Add memory usage to dstat output Adds used, buffers, cache, free values next to the CPU usage. Change-Id: Ia873e6a5e78413b724464985b253149bc7e9e2d8 --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index a4e6bfde88..91f188f739 100755 --- a/stack.sh +++ b/stack.sh @@ -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