eG Monitoring
 

Measures reported by CouchDBDocIOTest

Documents are CouchDB's central data structure. Contents of the database will be stored in the form of Documents instead of tables. You can create these documents using URL utility provided by CouchDB. This test monitors writes and insert operations performed on document. In the process, the test proactively alerts administrators to potential contentions in writes and insert operations.

Outputs of the test : One set of results for the target Apache CouchDB Server.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
doc_IO_Write_Rate Indicates the rate at which writes operation performed on document. Writes/second A high value is desired for this measure. A very low value is a cause for concern, as it indicates that cache usage is very poor.
doc_IO_Insert_Rate Indicates that the rate at which insert operation performed on document. Inserts/second