NetAppDocs / element-software

https://docs.netapp.com/us-en/element-software/
0 stars 0 forks source link

normalizedIOPS missing in volumeStats object documentation #201

Open scaleoutsean opened 4 months ago

scaleoutsean commented 4 months ago

Page URL

https://docs.netapp.com/us-en/element-software/api/reference_element_api_volumestats.html

Page title

volumeStats

Summary

At least one (normalizedIOPS) is missing from the documentation for volumeStats object

      {
        "accountID": 1,
        "actualIOPS": 0,
        "asyncDelay": null,
        "averageIOPSize": 1920,
        "burstIOPSCredit": 90000,
        "clientQueueDepth": 0,
        "desiredMetadataHosts": null,
        "latencyUSec": 0,
        "metadataHosts": {
          "deadSecondaries": [],
          "liveSecondaries": [],
          "primary": 5
        },
        "nonZeroBlocks": 1577,
        "normalizedIOPS": 0,
        "readBytes": 4320770560,
        "readBytesLastSample": 0,
        "readLatencyUSec": 0,
        "readLatencyUSecTotal": 11584,
        "readOps": 2859,
        "readOpsLastSample": 0,
        "samplePeriodMSec": 500,
        "throttle": 0,
        "timestamp": "2024-05-24T06:48:27.881921Z",
        "unalignedReads": 150,
        "unalignedWrites": 37,
        "volumeAccessGroups": [],
        "volumeID": 1,
        "volumeSize": 2000683008,
        "volumeUtilization": 0,
        "writeBytes": 13740032,
        "writeBytesLastSample": 0,
        "writeLatencyUSec": 0,
        "writeLatencyUSecTotal": 597661,
        "writeOps": 196,
        "writeOpsLastSample": 0,
        "zeroBlocks": 486871
      },

Public issues must not contain sensitive information

netapp-pcarriga commented 4 months ago

@scaleoutsean Hi Sean, thank you for bringing this to our attention. I will investigate and update you here.