Print the date so that we can correlate log messages with
the time the script was run.

Print the process listing so that we can see what is running
on the system at the time of the dump.

Signed-off-by: Robert Love <robert.w.l...@intel.com>
Tested-by: Ross Brattain <ross.b.bratt...@intel.com>
---
 debug/fcoedump.sh |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debug/fcoedump.sh b/debug/fcoedump.sh
index 9694453..0b408ac 100755
--- a/debug/fcoedump.sh
+++ b/debug/fcoedump.sh
@@ -36,6 +36,12 @@ system_info()
 {
        echo -e "\n###System Info###"
 
+       echo -e "#date"
+       date
+
+       echo -e "#ps axf"
+       ps axf
+
        echo -e "#lsscsi"
        lsscsi
 

_______________________________________________
devel mailing list
devel@open-fcoe.org
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to