Monitor Cache Performance Using PowerShell
NCache provides PowerShell cmdlets to monitor server-side and client-side cache statistics. Using Get-CacheServerStatistics and Get-CacheClientStatistics, users can retrieve real-time performance counters for request throughput, cache size, and latency across distributed, local, and clustered caches. These statistics can be collected and exported in .csv format. The exported data can also be converted to Windows Performance Monitor (.blg) format.
In This Section
Cache Server Statistics Using PowerShell
Learn to monitor critical server-side metrics, including request throughput, CPU/memory utilization, and latency via Windows PowerShell cmdlet (Get-CacheServerStatistics).
Cache Client Statistics Using PowerShell
Explains how to view and monitor all the counters related to the cache client through the Windows PowerShell cmdlet (Get-CacheClientStatistics).