Merge pull request #48972 from Matan-B/wip-matanb-mon-dump-slow-ops

mon/MonCommands: Support dump_historic_slow_ops

Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Yuri Weinstein 2023-01-24 09:19:54 -08:00 committed by GitHub
commit 975ea40acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1398,6 +1398,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))