diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-10-14 20:37:52 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-10-14 20:37:52 (GMT) |
commit | 1199296120cab95a4ef8de64538d8be3a44b9efe (patch) | |
tree | 6077a36836ba6a16127cf076952c49bf52d90961 /bin | |
parent | 504fbbe27f378b3d06abf4341b4fb71156e863af (diff) | |
download | hdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.zip hdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.tar.gz hdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.tar.bz2 |
[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.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/runtest | 6 |
1 files changed, 6 insertions, 0 deletions
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 |