Measurement Types
On this page
- OAuth 2.0 authentication for programmatic access to Cloud Manager is available as a Preview feature.
- The feature and the corresponding documentation might change at any time during the Preview period. To use OAuth 2.0 authentication, create a service account to use in your requests to the Cloud Manager Public API.
The measurements
endpoint returns the available measurement types
for use with the Cloud Manager Measurements API resource.
Host Measurements
| Rate of asserts for a MongoDB process found in the
|
| Amount of data flushed in the background. |
| Amount of bytes in the WiredTiger
storage engine cache and tickets found in the
|
| Number of connections to a MongoDB process found in the
|
| Number of cursors for a MongoDB
process found in the |
| Numbers of |
| Number of operations waiting on locks for the MongoDB process that the serverStatus command generates. Cloud Manager computes these values based on the type of storage engine. |
| Number of index btree operations. |
| Number of journaling operations. |
| Amount of memory for a MongoDB process found in the
|
| Amount of throughput for MongoDB process found in the
|
| Durations and throughput of the MongoDB process'
oplog.
The |
| Sum total of the compressed on-disk storage space allocated for document storage across all databases. |
| Sum total of the logical size in bytes (including prefix compression) of the index data across all databases. |
| Sum total of the uncompressed document data in bytes (including the padding factor) across all databases including system databases. |
| Sum total of the uncompressed document data in bytes (including the padding factor) across non-system databases. |
| Rate of database operations on a MongoDB process since the
process last started found in the |
| Rate of database operations on MongoDB
secondaries found in the
|
| Average rate of documents returned, inserted, updated, or deleted per second during a selected time period. |
| Average rate for operations per second during a selected time period that perform a sort but cannot perform the sort using an index. |
| Average execution time in milliseconds per read, write, or command operation during a selected time period. Available to hosts running MongoDB 3.4 or later. |
| Number of times the host restarted within the previous hour. |
| Physical memory usage, in bytes. |
| Network throughput in bytes per second. |
| Total amount swap space in use. |
| Average rate per second to scan index items during
queries and query-plan evaluations found in the value of
|
| Average rate of documents scanned per second during queries
and query-plan evaluations found in the value of
|
| Ratio of the number of index items scanned to the number of documents returned. |
| Ratio of the number of documents scanned to the number of documents returned. |
Process Measurements
| MongoDB CPU usage. For hosts with more than one CPU core, these values can exceed 100%. Requires Cloud Manager Automation. |
| MongoDB CPU usage scaled to a range of 0% to 100% by dividing by the number of CPU cores. Requires Cloud Manager Automation. |
System Measurements
| CPU usage of processes on the host. For hosts with more than one CPU core, this value can exceed 100%. Requires Cloud Manager Automation. |
| CPU usage of processes on the host scaled to a range of 0 to 100% by dividing by the number of CPU cores. Requires Cloud Manager Automation. |
| Physical memory usage, in bytes. |
| Network throughput in bytes per second. |
| Total amount swap space in use. |
Disk Measurements
| Number of Input/Output operations for the disk partition that hosts MongoDB. Requires Cloud Manager Automation. |
| Latency per operation type of the disk partition that hosts MongoDB. Requires Cloud Manager Automation. |
| Measures the free disk space and used disk space on the disk partition used by MongoDB. Only available if you use Cloud Manager Automation. |
Database Measurements
By default, the Monitoring retrieves database measurements every 20 minutes but adjusts frequency when necessary to reduce the impact on database performance.
To disable collecting database statistics in the Cloud Manager:
In MongoDB Cloud Manager, go to the Project Settings page.
If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it's not already displayed, select your desired project from the Projects menu in the navigation bar.
Next to the Projects menu, expand the Options menu, then click Project Settings.
The Project Settings page displays.
| Duration that the host is write locked. |
| Amount of disk storage that database uses on-disk storage space found from the MongoDB dbStats command. |