Replies: 5 comments 10 replies
-
@rodenj1 We have validated Harvest volume performance metrics against ONTAP. Could you try steps mentioned here and let us know if you see differences. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@rodenj1 Based on the screenshots you've provided, here are the observations. Harvest provides volume_other_latency, which is measured in microseconds, as detailed in the Harvest documentation. From the screenshot you provided, it appears that the 'volume_other_latency' reported by Harvest is approximately 300 microseconds, which is equivalent to 0.3 milliseconds. On the other hand, the AIQ, as per your screenshot, reports a latency of 0.6 milliseconds. Although there is a slight difference between these two values, they are relatively close. This discrepancy could be attributed to factors such as variations in the collection schedule, timing, and other parameters. Could you confirm if that understanding is correct or highlight any unclear discrepancies. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks @rodenj1 for the detailed data. Since our discussion last time, a bug has been discovered in Harvest that is the same as the one you are reporting. It was fixed via #2544 and the fix is currently available in the nightly builds. There is another ongoing issue in this area, #2605, which should be resolved soon. |
Beta Was this translation helpful? Give feedback.
-
I am trying to reconcile some odd differences between Active IQ performance Stats and Harvest collected stats. I am comparing volume_read_latency, volume_write_latency, and volume_other_latency to the "Volume / Performance - Latency" in Active IQ. I know this will not be perfect match, but I would like to assume that it would be in the ballpark. And maybe I need to be using a different set of harvest stats to compare against.
Here is what I am seeing...
"Other" ops stats seem off by quite a bit
volume_other_latency = 163ms
Active IQ Volume Other Latency = 1ms
volume_other_ops = 5IOPS
Active IQ Volume Other Ops = 1IOPS
"Write" ops stats seem close
volume_write_latency = 9.2ms
Active IQ Volume Write Latency = 9.2ms
volume_write_ops = 3791IOPS
Active IQ Volume Write Ops = 2088
"Reads" ops stats seem close
volume_read_latency = 0.6ms
Active IQ Volume Read Latency = 0.4ms
volume_read_ops = 1122IOPS
Active IQ Volume Read Ops = 1743IOPS
Here is what I am running...
Harvest: 2023.08.0
Using: zapi
Cluster Ontap: 9.11.1P8
I am thinking that volume_latency and volume_ops includes other operations that Active IQ is not. If so, is there a better volume level metric I could be using that would match closer to what Active IQ is showing?
Beta Was this translation helpful? Give feedback.
All reactions