| Measurement |
Description |
Measurement Unit |
Interpretation |
| FSApiOpers |
Indicates the total number of feed operations processed by this indexer. |
Number |
This measure indicates the total number of items that are indexed and updated. |
| FSApiOpersPerSec |
Indicates the rate at which the feed operations are processed by this indexer. |
Operations/sec |
A consistent decrease in the value of this measure could indicate a processing bottleneck. |
| FSApiParUpde |
Indicates the number of feed operations processed by this indexer that are partial update operations. |
Number |
|
| FSApiQueLod |
Indicates the current load on the API queue of this indexer. |
Bytes |
A low value is desired for this measure.
The API queue is used by the indexer to hold pending operations waiting to be persisted. The value of this measure is obtained by the ratio of the current size of the API queue to the maximum size of the API queue. |
| FSApiQueSiz |
Indicates the number of batches that are currently in the API queue of this indexer. |
Number |
Indexers queue incoming work under high load. This is common, especially for partial updates. If API queues never (intermittently) reach zero, the indexer is the bottleneck. The crawler will pause when the queue reaches 256MB in one of the indexers. This can occur if the storage subsystem is not sufficiently powerful. It will also occur during large redistribution of content between partitions, which temporarily blocks more content from being indexed. |
| FSApiRemOpers |
Indicates the number of feed operations processed by this indexer that are remove opreations. |
Number |
|
| FSApiStstUpdat |
Indicates the number of feed operations processed by this indexer that are status updates. |
Number |
|
| FSCollsRemvd |
Indicates the number of feed operations processed by this indexer that are remove collection operations. |
Number |
|
| FSDocsInInd |
Indicates the total number of valid items that are currently contained in the docindex of this Indexer. |
Number |
The docindex is a mapping to the persisted items on disk, so this translates to the number of valid items persisted on disk (FiXML). |
| FSDocsInd |
Indicates the number of feed operations processed by this indexer that are add/update operations. |
Number |
|
| FSFaiOpers |
Indicates the number of feed operations that were not successfully processed by this indexer. |
Number |
|
| FSFixFilRat |
Indicates the ratio of the number of valid items in a persisted file to the total number of persisted items. |
Percent |
FiXML files (internal item storage in the indexers) are compacted regularly, by default between 3am and 5am every night. Low FiXML fill rate (<70%) will lead to inefficient operation. |
| FSLstBatSiz |
Indicates the size of the previous batch that was processed by this indexer. |
Bytes |
|
| FSMaxBatSiz |
Indicates the size of the largest batch that was processed by this indexer during the last measurement period. |
Bytes |
|
| FSMaxDocsPerSec |
Indicates the maximum number of items that were indexed by this indexer in an index job per second. |
Indexed/Sec |
By closely observing variations to these measures over time, you can proactively detect potential processing latencies. |
| FSMinDocsPerSec |
Indicates the minimum number of items that were indexed by this indexer in an index job per second. |
Number |
| FSRegsFilRecvs |
Indicates the total number of file receivers that are currently registered on this indexer. |
Number |
The file receivers can either be backup indexers or search controllers. |
| FSRegsSrchConts |
Indicates the total number of search controllers that are currently registered on this indexer. |
Number |
The registered search controllers get new indices from over the indexer. |
| FSSCtlCurAloctd |
Indicates the total number of search controller stubs that are currently allocated by this indexer. |
Number |
The search controller stub is used to communicate with a remote search controller.
This measure is a good indicator of the number of search controllers that are communicating with the indexer. |
| FSSCtlTotAloctd |
Indicates the number of times a search controller has been allocated on this indexer. |
Number |
|
| FSSizOfDocs |
Indicates the size of all the valid items that are persisted on the disk. |
Bytes |
|