Navigation
This version of the documentation is archived and no longer supported.

top

top

The top command is an administrative command which returns raw usage of each database, and provides amount of time, in microseconds, used and a count of operations for the following event types:

  • total
  • readLock
  • writeLock
  • queries
  • getmore
  • insert
  • update
  • remove
  • commands

You must issue the top command against the admin database in the form:

{ top: 1 }
←   validate indexStats  →