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 Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
958 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,363 questions
{count} votes

Accepted answer
  1. Limitless Technology 39,351 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--

    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.

    0 comments No comments