diff options
-rw-r--r-- | sos/plugins/corosync.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/corosync.py b/sos/plugins/corosync.py index 06d70947..efecd5d9 100644 --- a/sos/plugins/corosync.py +++ b/sos/plugins/corosync.py @@ -32,7 +32,8 @@ class Corosync(Plugin): "corosync-cfgtool -s", "corosync-blackbox", "corosync-objctl -a", - "corosync-cmapctl" + "corosync-cmapctl", + "corosync-cmapctl -m stats" ]) self.exec_cmd("killall -USR2 corosync") |