summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/status.sh
diff options
context:
space:
mode:
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
+