Share via

S2D Performance History database

Markus M 21 Reputation points
2021-11-16T18:41:12.857+00:00

I've pulled some metrics data of a VM with PS get-clusterperformancehistory over a timeframe of 1 Day:
VHD.IOPS.Read, VHD.IOPS.Write, VHD.Latency.Average, VHD.Throughput.Read, VHD.Throughput.Write
While examining the throughput data, I faced unrealistic values in my calculations.
Looking deeper into the metrics, I found that counters VHD.Throughput.Read, VHD.Throughput.Write varies in the unit used when recording the data - sometimes it is MB/s, on other it is KB/s.

This makes it unnecessary tight if you want to do reporting over a certain timeframe.
At least I'd expect a parameter in the commandlet to keep the pulled data in one unit (i.e. MB/s)
Or is there any cheat to come around this?

Windows for business | Windows Server | Storage high availability | Clustering and high availability
Windows for business | Windows Server | User experience | PowerShell

Answer accepted by question author

Limitless Technology 40,106 Reputation points
2021-11-18T09:54:41.227+00:00

Hi there,

I suppose we cannot determine the value which will be expressed in KB/s or in MB/s

Performance history is stored for up to one year, with diminishing granularity. For the most recent hour, measurements are available every ten seconds. Thereafter, they are intelligently merged (by averaging or summing, as appropriate) into less granular series that span more time. For the most recent day, measurements are available every five minutes; for the most recent week, every fifteen minutes; and so on.


--If the reply is helpful, please Upvote and Accept it as an answer--

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Markus M 21 Reputation points
    2021-11-17T09:45:52.523+00:00

    Sorry - my bad.
    Problem was not in pulled data, but a mismatch when importing into Excel (mismatch of decimal separators) caused by different language settings on server and workstation.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.