Hi Experts.
I have some mathmetical problem using statistic to monitor performance.
The below is result of statistics API (# /api/cluster with ontap 9.6)
Large digits of number has shown and I would like to change this into milli second measurement.
For the information, statistics API poll data every 3 seconds, which is near real-time.
Any idea or comments on this?
and then what is latency unit of metric.*
what are the 392units below (ms or us)
"latency": {
"other": 2060,
"total": 392,
"read": 469,
"write": 237
Please provide a detailed description of metrics.* and stastics.*
####output of /api/cluster###########
"metric": {
"timestamp": "2020-07-14T07:30:30Z",
"duration": "PT15S",
"status": "ok",
"latency": {
"other": 2060,
"total": 392,
"read": 469,
"write": 237
},
"iops": {
"read": 23822,
"write": 22332,
"other": 970,
"total": 47125
},
"throughput": {
"read": 2648275729,
"write": 365964117,
"other": 584936,
"total": 3014824783
}
},
"statistics": {
"timestamp": "2020-07-14T07:31:00Z",
"status": "ok",
"latency_raw": {
"other": 8052914094221,
"total": 79593320562765,
"read": 50965207630433,
"write": 20575198838111
},
}