|
Measures reported by CouchDBIOTest
This test monitors read, write and delete operations performed on the database of the target Apache CouchDB server. In the process, the test proactively alerts administrators to potential contentions in read, write and delete 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 |
| write_Rate |
Indicates the rate at which Write operation performed on the database during last measurement period. |
Writes/second |
A high value is required for this measure. A very low value is a cause for concern, as it indicates that cache usage is very poor. |
| reads_Rate |
Indicates the rate at which Read operation performed on the database during last measurement period. |
Reads/second |
|
| purges_Rate |
Indicates the rate at which Delete operation performed on the database during last measurement period. |
Deletes/second |
|
|