Hello,
is there any other way to to collect metrics from Storage Spaces Direct than Powershell cmdlet Get-ClusterPerf? I don't want to use SCOM nor AdminCenter. I need to get these numbers into centralized monitoring system.
I would like to collect data for physical disks, pool etc but this command seems very slow to me if I want to run this for data mining regularly.
I have tried to search in WMI also but it seems these metrics are not stored there. I have found only this class ROOT\MSCluster:MSCluster_MetricRecordReal64 but it is empty with description "TBD". Does it mean it could be made in the future? (if it is the class I am looking for)
Or is there any other option to access these values?
EDIT: It would be ideal to access PerformanceHistory database and query for values but I don't know if it is possible.
Thank you.