summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/status.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:28:56 +0530
committerRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:28:56 +0530
commitbf87a7d06b054005040dad8dd7ac878210e8939f (patch)
treed502d224ccc1e4b851285d838c38975871f70c84 /python_pgms/cloud-on-fly/src/scripts/status.sh
parentd8ba6881617e9abc01e0fa13bb7e88037fb35315 (diff)
cloud seed
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/status.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/status.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/status.sh b/python_pgms/cloud-on-fly/src/scripts/status.sh
new file mode 100755
index 0000000..7bbe0ab
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/status.sh
@@ -0,0 +1,10 @@
+LOG="/opt/qa/nfstesting/status.log"
+hostname >> $LOG
+date >> $LOG
+ps -fp $(pgrep -d, -x iozone) >> $LOG
+ps -fp $(pgrep -d, -x dbench) >> $LOG
+ps -fp $(pgrep -d, -x fio) >> $LOG
+ps -fp $(pgrep -d, -x fileop) >> $LOG
+ps -fp $(pgrep -d, -x bonnie) >> $LOG
+echo "=====================================================" >> $LOG
+