From 1199296120cab95a4ef8de64538d8be3a44b9efe Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 14 Oct 2005 15:37:52 -0500 Subject: [svn-r11563] Purpose: Added commands to show host status such as uptime and disk usages. Platforms tested: Eyeballed. Will check the output of daily test. --- bin/runtest | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/runtest b/bin/runtest index b4ed4bb..437e896 100755 --- a/bin/runtest +++ b/bin/runtest @@ -674,6 +674,12 @@ if test x-$CMD = x-setup; then fi ################################# +# Show some host status numbers +################################# +df +uptime + +################################# # Setup test host(s) ################################# if [ "$TESTHOST" = -all ]; then -- cgit v0.12