From 919df6ce3767608a357d18d2d243cca139f1bdfa Mon Sep 17 00:00:00 2001 From: swetha878 Date: Fri, 3 Jun 2016 12:19:22 -0400 Subject: [PATCH] Updated monitor.sh added pmap to collect threads stack usage. --- monitor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor.sh b/monitor.sh index c1ba4f6..c47c5bf 100644 --- a/monitor.sh +++ b/monitor.sh @@ -91,6 +91,7 @@ do echo -e "$looptime-$hostname\n" >> topthreads-output.txt top -b -n 1 -H >> topthreads-output.txt + pmap -XX `pidof vxmlinterpreter` >> vxml-pmap.txt rm -f tmptop.txt rm -f tmpps.txt