Monitoring with PowerShell
NCache allows you to monitor server and client statistics via command-line tools. It even lets users generate a list of counters in the .csv format that can be converted to .blg.
In This Section
Get-Caches
Browse cache details with customizable server and port settings using the Get-Caches cmdlet.
Get-CacheLogs
Retrieve specified log files from the cache server to the designated destination using the Get-CacheLogs PowerShell cmdlet.
Get-CacheLogsList
Easily fetch log filenames, creation time, and size for a cache/server by using the Get-CacheLogsList PowerShell cmdlet.
Get-ConnectedClients
Easily retrieve connected clients on the cache server by using Get-ConnectedClients cmdlet to monitor cache performance in NCache.
Get-CacheClientStatistics
Easily retrieve cache client statistics using the Get-CacheClientStatistics PowerShell cmdlet.
Get-CacheServerStatistics
Learn how to easily retrieve cache server statistics and customize the output format using the Get-CacheServerStatistics PowerShell cmdlet.
Add-TestData
Add test data to cache easily with the Add-TestData PowerShell cmdlet in NCache for verification.
Test-Stress
Test-Stress cmdlet simulates cache load for cache performance monitoring with customizable parameters.
Get-ClusterHealth
Retrieve cache cluster health including node status, connections, and client count for analysis using the Get-ClusterHealth PowerShell cmdlet.
New-MemoryDump
Explore how to initiate a new memory dump for cache or NCache service, locally or on a server using the New-MemoryDump PowerShell cmdlet in NCache.
Get-MemoryDumpList
Retrieve and display memory dump filenames saved on the specified server using the Get-MemoryDumpList cmdlet to monitor cache performance in NCache.
Send-MemoryDump
Retrieve and display memory dump filenames saved on the specified server using the Get-MemoryDumpList Learn how to use this PowerShell Cmdlet to send a memory dump to an FTP server for cache monitoring.
Remove-MemoryDump
Effortlessly delete memory dump files from specified servers using the Remove-MemoryDump PowerShell cmdlet in NCache.
Measure-CachePerformance
Measure the performance of cache operations on the specified cache and generate a performance report using the Measure-CachePerformance PowerShell cmdlet in NCache.
Invoke-ServerLogger
Empower your NCache server with detailed logging capabilities effortlessly by using the Invoke-ServerLogger PowerShell cmdlet.
Import-CacheData
Import data from cache backup with various options using the Import-CacheData PowerShell cmdlet in NCache.