Persistent Cache Counters
NCache provides performance counters for monitoring statistics of the Persistence queue and the operations performed for a Persistent Cache. You can monitor all these counters for a specific cache using either the NCache Monitor (on Windows and Linux) or the PerfMon tool (only on Windows).
The Persistent cache counters include:
Counter | Description |
---|---|
PersistQ Count | Number of operations in the Persistence queue. |
PersistQ Size | Size of the Persistence queue specified in bytes. |
Db Reads/sec | Number of read operations per second performed on Persistence store. |
Db Writes/sec | Number of write operations per second performed on Persistence store. |
Average ms/Db read | Average time taken to complete Persistence read operation specified in milliseconds. |
Average ms/Db write | Average time taken to complete Persistence write operation specified in milliseconds. |
Last Db Read Time | Timestamp indicating the last time the data was fetched from the Persistence store. |
Last Db Write Time | Timestamp indicating the last time the data was flushed to the Persistence store. |