summaryrefslogtreecommitdiff
path: root/ctdb/tools/ctdb_diagnostics
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-09-19 11:46:11 +1000
committerAndrew Tridgell <tridge@samba.org>2007-09-19 11:46:11 +1000
commit0438b07b53a30ff268f6cb08a846f4afa003dd49 (patch)
treed5ed784fbe469c9fef8480c6278174d25340c0d8 /ctdb/tools/ctdb_diagnostics
parentbd7eeebe16bbbe3fb88a0c8625c9e4bdee490b3a (diff)
downloadsamba-0438b07b53a30ff268f6cb08a846f4afa003dd49.tar.gz
separate out the various fs display ops
(This used to be ctdb commit dc89e1a428da5d5ca2a9c4988c05de3ea65f00f4)
Diffstat (limited to 'ctdb/tools/ctdb_diagnostics')
-rwxr-xr-xctdb/tools/ctdb_diagnostics4
1 files changed, 3 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb_diagnostics b/ctdb/tools/ctdb_diagnostics
index bdf11bd0e07..49f32382d1a 100755
--- a/ctdb/tools/ctdb_diagnostics
+++ b/ctdb/tools/ctdb_diagnostics
@@ -113,7 +113,9 @@ cat <<EOF
--------------------------------------------------------------------
Showing system and process status
EOF
-show_all "df; df -i; mount"
+show_all "df"
+show_all "df -i"
+show_all "mount"
show_all "w"
show_all "ps axfw"
show_all "dmesg"