Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.06 KB

performance-history-for-clusters.md

File metadata and controls

29 lines (20 loc) · 1.06 KB
description title ms.author manager ms.topic author ms.date
Learn more about: Performance history for clusters
Performance history for clusters
cosdar
eldenc
article
cosmosdarwin
02/02/2018

Performance history for clusters

Applies to: Windows Server 2022, Windows Server 2019

This sub-topic of Performance history for Storage Spaces Direct describes the performance history collected for clusters.

There are no series that originate at the cluster level. Instead, server series, such as clusternode.cpu.usage, are aggregated for all servers in the cluster. Volume series, such as volume.iops.total, are aggregated for all volumes in the cluster. And drive series, such as physicaldisk.size.total, are aggregated for all drives in the cluster.

Usage in PowerShell

Use the Get-Cluster cmdlet:

Get-Cluster | Get-ClusterPerf

Additional References