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