Displaying active connections by service (cluster administrators only)
You can display a count of the active connections by service type (for example, by NFS, CIFS, mount, and so on) for each node in a cluster. This is useful to compare the usage of services within the cluster, which helps to determine the primary workload of a node.
About this task
The count of active connections by service is useful in the following scenarios:
Verifying that all nodes are being used for the appropriate services and that the load balancing for that service is working.
Verifying that no other services are being used.
Display a count of the active connections by service on a node by using the network connections active show-services command.
For more information about this command, see the man page.
Example
cluster-1::> network connections active show-services
Node Vserver Name Service Count
--------- -------------- --------- ------
node0
vs0 mount 3
vs0 nfs 14
vs0 nlm_v4 4
vs0 cifs_srv 3
vs0 port_map 18
vs0 rclopcp 27
Cluster ctlopcp 60
node1
vs0 cifs_srv 3
vs0 rclopcp 16
Cluster ctlopcp 60
node2
vs1 rclopcp 13
Cluster ctlopcp 60
node3
vs1 cifs_srv 1
vs1 rclopcp 17
Cluster ctlopcp 60
Give documentation feedback