Skip to main content
Element Software
12.5 and 12.7

ListNodeStats

Contributors netapp-pcarriga

You can use the ListNodeStats method to view the high-level activity measurements for all storage nodes in a storage cluster.

Parameters

This method has no input parameters.

Return value

This method has the following return value:

Name Description Type

nodeStats

Storage node activity information.

Request example

Requests for this method are similar to the following example:

{
   "method": "ListNodeStats",
   "params": {},
   "id" : 1
}

Response example

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
         }
       ]
     }
 }

New since version

9.6