Extreme Performance & Linear Scalability
  • Docs /
Show / Hide Table of Contents

Verify Cluster 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.

  • 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.

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

 

 

 

Back to top Copyright © 2017 Alachisoft