eG Monitoring
 

Measures reported by MongoConnTest

This test helps administrator to measure the load on the Mongo database server. In the process, this test reveals the total number of connections that administrator could made from the database server. This test also reveals the number of connections that are currently in use and the number of connections that are available for use in the database server. Using these statistics, administrator can decide whether he/she should increase the number of connections to the databse server to ensure the connection availability of the database server and thus increasing performance of the database server.

Outputs of the test : One set of results for the target Mongo Database server being monitored.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Total_connections Indicates the total number of connections that can be made to the Mongo database server. Number
Used_connections Indicates the number of connections that are currently open in the database server. Number  
Free_connections Indicates the number of connections that are available for use in the database server. Number A high value is desired for this measure.
Connection_usage Indicates the percentage of connections utilized in the database. Number A high value could indicate a high load condition on the database server.