Get Cache Health
You can get the list of the total caches registered on the server along with their topology 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 are the output windows that are displayed on running the command.
- This command displays all the caches registered on the server node 20.200.20.39.
Get-Caches –Server 20.200.20.39
- This command displays all the caches along with their details registered on the server node 20.200.20.39 with the display of the logo banner suppressed.
Get-Caches –Detail –Server 20.200.20.39
Following are the output windows that are 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 comparatively detailed information about the caches registered on the server. This information includes Cache Name, Scheme, Status, Process ID, Cluster Size, Time, Capacity, and Count. | False |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |