summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/check_process.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/check_process.sh
parentd8ba6881617e9abc01e0fa13bb7e88037fb35315 (diff)
cloud seed
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/check_process.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/check_process.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/check_process.sh b/python_pgms/cloud-on-fly/src/scripts/check_process.sh
new file mode 100755
index 0000000..2e2d368
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/check_process.sh
@@ -0,0 +1,8 @@
+cd CLOUD_MNT_PT
+echo "Hostname ---- pwd ---- df --- lsof" >> /opt/qa/nfstesting/lsof.out
+hostname >> /opt/qa/nfstesting/lsof.out
+pwd >> /opt/qa/nfstesting/lsof.out
+df >> /opt/qa/nfstesting/lsof.out
+echo "lsof" >> /opt/qa/nfstesting/lsof.out
+lsof CLOUD_MNT_PT >> /opt/qa/nfstesting/lsof.out
+echo "---" >> /opt/qa/nfstesting/lsof.out