The introduction of command metrics in SERVER-7382 makes the current output of db.serverStatus() in the shell unreadable. It includes every possible command regardless of whether they are called or not (~144 commands). This is fine for machines to parse, but not for humans to read.
It is easy to filter out commands that haven't been called in the javascript helper and doesn't require any changes to the server or flags to be added to the command.
- is related to
-
SERVER-16723 display active commands in server status only when command metrics are available.
- Closed
-
SERVER-7382 Track counters for each command
- Closed
- links to