• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Get Cache Health

You can get the list of the total caches registered on the server along with their topology and status (running or stopped) and process ID.

Get-Caches [-Detail] [-NoLogo] [-Port] [-Server]

Examples

  • This command displays all the caches registered on the local server.
Get-Caches

Following is the output windows that gets displayed on running the command.

Get Caches Command Result

  • This command displays all the caches registered on the server node 20.200.20.30.
Get-Caches –Server 20.200.20.30

  • This command displays all the caches along with their details registered on the server node 20.200.20.30 with the display of logo banner suppressed.
Get-Caches –Detail –Server 20.200.20.30

Following is the output windows that gets displayed on running the command.

Get Caches Command with Detail

Parameters Data Types Description Default Value
-Server <String> Specifies the server node for which the user wants to get the list of caches registered. -
-Port <Integer> Specifies the server port if the server channel is not using the default port. 8250
-Detail <SwitchParameter> Displays a comparatively detailed information about the caches registered on the server. This information includes Cache Name, Scheme, Status, Process ID, Cluster Size, Up Time, Capacity and Count. False
-NoLogo <SwitchParameter> Suppresses display of the logo banner. False

See Also

Cache Client Settings
PerfMon Counters
Cache Logs

Back to top Copyright © 2017 Alachisoft