nodeStatistics data type example

Here’s an XML example of the nodeStatistics data type:

<nodeStatistics>
     <requestTime>1528292517330</requestTime>
     <nodes>
          <node>
               <nodeNumber>17</nodeNumber>
               <frontendIpAddresses>
                    <ipAddress>172.20.35.17</ipAddress>
                    <ipAddress>2001:623:0:0:222:11ff:fec7:6584</ipAddress>
               </frontendIpAddresses>
               <backendIpAddress>172.35.14.17</backendIpAddress>
               <managementIpAddresses>
                    <ipAddress>172.20.45.17</ipAddress>
                    <ipAddress>2001:623:0:0:222:11ff:fec7:6585</ipAddress>
               </managementIpAddresses>
               <openHttpConnections>0</openHttpConnections>
               <openHttpsConnections>0</openHttpsConnections>
               <maxHttpConnections>255</maxHttpConnections>
               <maxHttpsConnections>254</maxHttpsConnections>
               <cpuUser>0.16</cpuUser>
               <cpuSystem>0.08</cpuSystem>
               <cpuMax>24</cpuMax>
               <ioWait>0.02</ioWait>
               <swapOut>0.0</swapOut>
               <maxFrontEndBandwidth>1024000</maxFrontEndBandwidth>
               <frontEndBytesRead>0.3</frontEndBytesRead>
               <frontEndBytesWritten>0.2</frontEndBytesWritten>
               <maxBackEndBandwidth>1024000</maxBackEndBandwidth>
               <backEndBytesRead>7.22</backEndBytesRead>
               <backEndBytesWritten>3.87</backEndBytesWritten>
               <maxManagementPortBandwidth>1024000</maxManagementPortBandwidth>
               <managementBytesRead>.75</managementBytesRead>
               <managementBytesWritten>.7</managementBytesWritten>
               <collectionTimestamp>1528292472000</collectionTimestamp>
               <volumes>
                    <volume>
                         <id>example090</id>
                         <blocksRead>0.0</blocksRead>
                         <blocksWritten>5.17</blocksWritten>
                         <diskUtilization>0.2</diskUtilization>
                         <transferSpeed>0.35</transferSpeed>
                         <totalBytes>10223583</totalBytes>
                         <freeBytes>37940648</freeBytes>
                         <totalInodes>10223616</totalInodes>
                         <freeInodes>38073632</freeInodes>
                    </volume>
                    <volume>
                         <id>example091</id>
                         <blocksRead>0.0</blocksRead>
                         <blocksWritten>200.33</blocksWritten>
                         <diskUtilization>0.13</diskUtilization>
                         <transferSpeed>2.45</transferSpeed>
                         <totalBytes>10217599</totalBytes>
                         <freeBytes>37887380</freeBytes>
                         <totalInodes>10443212</totalInodes>
                         <freeInodes>40083820</freeInodes>
                    </volume>
               </volumes>
          </node>
          <node>
              . . . .
          </node>
     </nodes>
</nodeStatistics>

© 2015, 2020 Hitachi Vantara LLC. All rights reserved.