| Measurement |
Description |
Measurement Unit |
Interpretation |
| adds |
ndicates the total number “Add” requests since last commit. |
Number |
If the cache fill ratio is towards 100%, it may be a sign that either the cache size is too small for the transactions it is supporting or there is some issue with cache invalidation and eviction algorithm. |
| autoCommits |
Indicates the number of auto commits executed. |
MB |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| commits |
Indicates the total number of commits executed. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| deletesById |
Indicates the total number of deletes by Id which are yet uncommitted. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| deletesByQuery |
Indicates the total number of deletes by query which are yet uncommitted. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| docsPending |
Indicates the number of error messages received while performing addition/deletion/commit/rollback actions on documents over the lifetime of the core. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| errors |
Indicates the number of cache entries during the last measurement period |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| expungeDeletes |
Indicates the number of commit commands issues with expunge delete. |
Percent |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| merges |
Indicates the number index merges that have happened during the lifetime of the core. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes. |
| optimizes |
Indicates the number of optimize commands that have been issues so far. |
Number |
A large number of these operation can cause issue with indexes if update handler is not working porperly to update the indexes |