Distributed Cache with Persistence Counters
NCache provides performance counters for monitoring statistics of persistence queue and operations performed for a Distributed Cache with Persistence. You can monitor all these counters for a specific cache using either NCache Web Monitor (on Windows and Linux) or PerfMon tool (only on Windows).
These counters include:
Counter | Description |
---|---|
PersistQ Count | Number of operations in persistence queue. |
PersistQ Size | Size of 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 data was fetched from persistence store. |
Last Db Write Time | Timestamp indicating the last time data was flushed to persistence store. |