Docs Menu
Docs Home
/
MongoDB Database Tools
/

mongotop Behavior, Access, and Usage

On this page

  • Behavior
  • Required Access
  • Learn More

The mongotop program uses the top command to collect data. However, while top returns cumulative usage statistics, mongotop resets the usage statistics for each polling interval.

mongotop automatically creates FIPS-compliant connections to a mongod/mongos that is configured to use FIPS mode.

In order to connect to a mongod that enforces authorization, the connecting user must have the serverStatus and top privileges.

The built-in role clusterMonitor provides these privileges.

← mongotop Compatibility and Installation