1. Home
  2. Docs
  3. ClusterControl
  4. User Guide (GUI)
  5. MongoDB
  6. Ops Monitoring

Ops Monitoring

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.
ID
Client
  • 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.
Exec T
  • The execution time of the operation.
Op
NS
Query
  • Information on operations whose op value is not “insert”. See currentOp.query.
Thread ID
  • An identifier for the thread that handles the operation and its connection. See currentOp.threadId.
Connection ID
Waiting Lock
  • Auto checked if the operation is waiting for a lock and none if the operation has the required lock. See currentOp.waitingForLock.
Locked (r^w)us
  • The amount of time in microseconds that the operation has spent both acquiring and holding locks. See currentOp.lockStats.
Acquiring (r^w)us
Desc
Msg
  • Provides a message that describes the status and progress of the operation. See currentOp.msg.
Was this article helpful to you? Yes No