Docs Home / Compass / Interact with Your Data

View Real-Time Performance

To access the real-time server performance view, click the next to the connection name in the Connections Sidebar and select the Performance menu option.

Limitations

  • MongoDB Compass cannot retrieve performance data for collections that use Queryable Encryption.
  • MongoDB Compass shows limited performance data when connected to a mongos.

Server Stats

The Performance tab displays various stats:

Performance statistics example
Chart/TableDescription
OperationsDisplays the number of operations as reported by mongostat. For a description of the fields, see mongostat.
Read & WriteDisplays the number of active reads, queued reads, active writes, queued writes as reported by mongostat. For a description of the fields, see mongostat.
NetworkDisplays the number of connections as reported by mongostat. For a description of the fields, see mongostat.
MemoryDisplays the memory stats as reported by mongostat. For a description of the fields, see mongostat.
Hottest Collections

Displays the collections with the most activities as reported by mongotop.

The collections correspond to a given moment in the charts; i.e. as you move over the charts, the corresponding collections are highlighted/displayed in the table.

Slowest OperationsDisplays the slowest operations as reported by db.currentOp(). The operations correspond to a given moment in the charts; i.e. as you move over the charts, the corresponding slowest operations are displayed in the table. To view the details of a slow operation or stop the operation, click on the operation.

Stop Slow Operations

You can stop slow operations from the Performance Tab.

Important

Required Permissions

On deployments that require authentication, to stop operations that you don't own, you must have the killop privilege action.

1

Click the query you want to stop in the Slowest Operations section.

2

In the Operation Details view, click Kill Op.

Pause the Display

The Pause button above the graph display pauses the update of the displays only. Pausing the performance tab does not impact the collection of the underlying data. To restart the display updates, click Play.

Next to the Pause button is a clock which shows the current time while the graphs are updating. If the display is paused, the clock shows the time at which the pause began.