Get-ConnectedClients - Monitor Cache Performance
This enables the user to list the connected clients on the given cache server to monitor cache performance. Please note that this only displays the clients that are consuming client licenses activated on this server node. Clients with their own valid license or evaluation are not listed.
Note
This feature is only available in NCache Enterprise.
Get-ConnectedClients [-Server] [-Port] [-NoLogo]
Examples of Get-ConnectedClients - Monitor Cache Performance
- This command gets all connected client registered on server to monitor cache performance.
Get-ConnectedClients
- This command gets all connected client registered on server 20.200.20.11 to monitor cache performance.
Get-ConnectedClients –Server 20.200.20.11
- This command uses port and gets all connected client registered on server 20.200.20.11.
Get-ConnectedClients -Server 20.200.20.11 -Port 8250
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-Server |
<String> |
Specifies the server node for which the user wants to get the list of clients connected. | - |
-Port |
<Integer> |
Specifies the server port if the server channel is not using the default port. | 8250 |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |