8.7.2. Monitoring CPU Pools

To see which CPU pools exist in your cluster and which nodes are in them, run the cpupools stat command on any node in the cluster. For example:

# cpupools stat
default_intel0:
320117e17894401a
bec9df1651b041d8
eaea4fc0ddb24597
mypool:
ca35929579a448db
* f9f2832d4e5f4996

The identifiers listed are Virtuozzo Storage node IDs which you can obtain with the shaman -v stat command. For example:

# shaman -v stat
Cluster 'vstor1'
Nodes: 5
Resources: 1
   NODE_IP        STATUS    NODE_ID               RESOURCES
   10.29.26.130   Active    bec9df1651b041d8      0 CT
*  10.29.26.134   Active    f9f2832d4e5f4996      0 CT
   10.29.26.137   Active    ca35929579a448db      0 CT
   10.29.26.141   Active    320117e17894401a      0 CT
 M 10.29.26.68    Active    eaea4fc0ddb24597      1 CT
...

Note

Note: The asterisk marks the current node (on which the command has been run).