You can use the ListNodeStats method to view the high-level activity measurements for all storage nodes in a storage cluster.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
nodeStats | Storage node activity information. | nodeStats |
Requests for this method are similar to the following example:
{ "method": "ListNodeStats", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": { "nodeStats": { "nodes": [ { "cBytesIn": 46480366124, "cBytesOut": 46601523187, "cpu": 0, "mBytesIn": 59934129, "mBytesOut": 41620976, "networkUtilizationCluster": 0, "networkUtilizationStorage": 0, "nodeID": 1, "sBytesIn": 46480366124, "sBytesOut": 46601523187, "timestamp": 1895558254814, "usedMemory": 31608135680 } ] } }
9.6