Get-CacheLogsList - Monitor Cache Performance
This displays the file names, creation time and size for log files on a specific server and specific cache to monitor cache performance. If no cache is specified, all log files on the cache server are displayed. For the Partition-Replica topology, the logs of replica are also displayed.
Note
This feature is only available in NCache Enterprise and Professional.
Get-CacheLogsList [-CacheName] [-Server]
Examples of Get-CacheLogsList - Monitor Cache Performance
- This command get the log-files of demoCache from the specified server to monitor cache performance.
Get-CacheLogsList -Server 20.200.20.11 -CacheName demoCache
- This command get all the log-files from the specified server to monitor cache performance.
Get-CacheLogsList -Server 20.200.20.11
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName |
<String> |
Specifies the name of the cache for the list of logs need to be displayed. | - |
-Server* |
<String> |
Specifies the server address where the log files are residing. | - |