Open scaleoutsean opened 6 months ago
https://docs.netapp.com/us-en/element-software/api/reference_element_api_nodestats.html
nodeStats
https://docs.netapp.com/us-en/element-software/api/reference_element_api_nodestats.html mentions ssLoadHistogram but JSON response from neither of the examples provided has ssLoadHistogram (example below shows how it's supposed to look like).
{ "id": 1, "result": { "nodeStats": { "nodes": [ { "cBytesIn": 38432273314, "cBytesOut": 6238564387, "count": 1568504, "cpu": 0, "cpuTotal": 5257024, "mBytesIn": 5576982876, "mBytesOut": 6179148306, "networkUtilizationCluster": 0, "networkUtilizationStorage": 0, "nodeID": 1, "readLatencyUSecTotal": 302203450, "readOps": 212445, "sBytesIn": 38432273314, "sBytesOut": 6238564387, "ssLoadHistogram": { "Bucket0": 42963165, "Bucket1To19": 6151323, "Bucket20To39": 11504147, "Bucket40To59": 40730, "Bucket60To79": 0, "Bucket80To100": 0 }, "timestamp": "2024-05-23T04:15:57.956860Z", "usedMemory": 11667836928, "writeLatencyUSecTotal": 1749427590, "writeOps": 1210355 } ] } } }
Thank you @scaleoutsean. I'll investigate and update you here.
Page URL
https://docs.netapp.com/us-en/element-software/api/reference_element_api_nodestats.html
Page title
nodeStats
Summary
https://docs.netapp.com/us-en/element-software/api/reference_element_api_nodestats.html mentions ssLoadHistogram but JSON response from neither of the examples provided has ssLoadHistogram (example below shows how it's supposed to look like).
Public issues must not contain sensitive information