Provides a summary of database operations across all nodes in the cluster.
Running Operations
Provides a view of current running operations similar to <span class="pre">db.currentOp()</span> command. Click on an entry to see details on the bottom window.
Field
Description
Show All Queries
Shows all information on all operations, including operations on idle connections and system operations.
Show Only Queries on Replica Set
Shows all information on all operations, including operations on idle connections and system operations.
The IP address (or hostname) and the ephemeral port of the client connection where the operation originates. See currentOp.client.
Replica Set
The replica set where the operation is run against.
Active
Auto checked if the operation has started or none if the operation is idle, such as an idle connection or an internal thread that is currently idle. See currentOp.active.