projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
920a51b
)
added more logging of infos.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 18 Mar 2015 23:13:49 +0000
(19:13 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 18 Mar 2015 23:13:49 +0000
(19:13 -0400)
scripts/system/show_diagnostics.sh
patch
|
blob
|
history
diff --git
a/scripts/system/show_diagnostics.sh
b/scripts/system/show_diagnostics.sh
index 0eee3b7ae36f3b6eb911a54cabaeecd34424c273..6a21353dedf501a49e85c0211afa4918a6197661 100644
(file)
--- a/
scripts/system/show_diagnostics.sh
+++ b/
scripts/system/show_diagnostics.sh
@@
-6,6
+6,12
@@
echo '=============='
echo $(date_stringer | sed -e 's/_/ /g' | sed -e 's/\([0-9][0-9]\) \([0-9][0-9]\)$/:\1:\2/')
echo '=============='
echo
+echo "free memory:"
+echo
+free
+echo
+echo '=============='
+echo
echo "Simple iostat:"
echo
iostat
@@
-24,6
+30,10
@@
vmstat
echo
echo '=============='
echo
+echo "full process list:"
+echo
+ps wuax
+echo
echo '=============='
echo