]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: Support dump_historic_slow_ops 48972/head
authorMatan Breizman <mbreizma@redhat.com>
Sun, 20 Nov 2022 10:02:04 +0000 (10:02 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 20 Nov 2022 10:02:04 +0000 (10:02 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/mon/MonCommands.h

index 8ae8dc599f15bb2df437ce6ec58e31d885c46344..44235a096fd97024e8f67f1ca1337f3561d78cbf 100644 (file)
@@ -1389,6 +1389,10 @@ COMMAND_WITH_FLAG("sessions",
             "mon", "r",
             FLAG(TELL))
 COMMAND_WITH_FLAG("dump_historic_ops",
-            "dump_historic_ops",
+            "show recent ops",
+            "mon", "r",
+            FLAG(TELL))
+COMMAND_WITH_FLAG("dump_historic_slow_ops",
+            "show recent slow ops",
             "mon", "r",
             FLAG(TELL))