Index Service Metrics
A list of the metrics provided by the Index Service.
The following Index-Service metrics can be queried by means of the REST APIs described in Statistics.
Tip
|
Sum of disk bytes written per second, of all indexes, located on this node |
Average number of documents indexed per second, for this index |
Average size of the indexed items, for this index |
Sum of mutation rates of all indexes, located on this node |
Average resident percent across all indexes, located on this node |
Average latency observed by the index scans, for this index |
Number of times the required index page is found in memory, for this index |
Number of times the required index page is NOT found in memory, for this index |
The approximate size of the valid uncompressed index data, for this index |
The size of the valid compressed index data, for this index |
Total disk space taken up by this index, after compression. This includes index data files, checkpoints etc. |
Percentage of invalid index data, for this index |
Total heap memory in use by indexer process in the node |
The actual number of items present in the latest index snapshot, for this index |
The size of the index data files - including garbage, for this index |
Configured memory quota for the index service nodes |
Resident set size of the indexer process, running on this node |
Amount of memory used by the index memory allocator, on this node |
The memory used by this index |
Amount of memory used by underlying index storage, on this node |
Total memory used by the indexer process |
Average index scan rate across all indexes, for this node |
Number of document updates (of type insert, modify, delete) observed by this index |
Number of pending updates that are yet to be received by index service, for this index |
Number of updates queued (but not yet processed) by index service, for this index |
Total number of indexes, located on this node |
Number of scan requests received by the index service, for this index |
Number of rows/index entries returned as the scan result during index scans, for this index |
Number of rows/index entries read during the index scans, for this index |
Total number of storage instances, located on this node |
Encoded, uncompressed size of the index data, for this index |
Number of index entries cached in memory, for this index |
Number of index entries stored on disk, which are not cached in memory, for this index |
Ratio of records in memory to total records, for this index |
Number of bytes read from the index storage during index scans, for this index |
Ratio of total item size and total records |
Aggregated total of bytes that are added to the stores and intended to be written on disc |
Aggregated total of bytes written to the disc(data and recovery) |
Total of number bytes read for cleaner log reads (both data and recovery) |
Total of number of cleaner log reads (both data and recovery) |
Ratio of cumulative number of page bytes compressed and cumulative number of page bytes after compression |
Plasma's internally active memory quota for this node. It is tuned by memtuner. |
Plasma's global heap limit for managed memory for this node |
Aggregated number of items that are currently in the stores |
Total number of bytes that were read from disc into memory for lookups |
Total number of LSS lookups for looking up items from stores |
Total number of bytes that were read from disc into memory from the logs(both data and recovery) for index scans |
Total number of bytes that were read from disc into memory from the logs(both data and recovery) |
The fraction of garbage data present in the logs |
Total number of times an LSS(both data and recovery) block is read from disk into memory |
Total number of bytes used by data and recovery logs |
Aggregated number of bytes of memory currently in use by Plasma for page records |
Aggregated total of pages visited during burst eviction |
Aggregated total of the number of pages can be compressed |
Aggregated total of the number of pages that were evicted and persisted to disc |
Aggregated number of pages that are currently in use |
Aggregated total of pages visited during periodic eviction |
Aggregated number of times various pages are compacted due to the MVCCPurger being triggered |
Aggregated number of bytes across all plasma instances which have been freed but not yet returned to OS |
Ratio of cached records and total records |
Total number of times an LSS block was read into memory due to index scans |
Sum of data size of all indexes, located on this node |
Sum of disk size of all indexes, located on this node |
Sum of drain rate of all indexes, located on this node |
Total number of index updates queued in the mutation queues, on this node |
Sum of number of pending scans across all indexes, located on this node |
Sum of encoded, uncompressed size of the index data across all indexes, located on this node |
Sum of number of requests received by all indexes, located on this node |
Sum of number of rows returned during index scan across all indexes, located on this node |
Sum of number of rows scanned during index scans across all indexes, located on this node |
Total time taken by the scans requests, for this index |