VM Storage Performance

On S2D Clusters, here is a one-line PowerShell that I find useful to see which node is seeing the highest IOPS:

Get-StorageQosFlow | Sort-Object StorageNodeIOPs -Descending | ft InitiatorName, @{Expression={$_.InitiatorNodeName.Substring(0,$_.InitiatorNodeName.IndexOf('.'))};Label="InitiatorNodeName"}, StorageNodeIOPs, StorageNodeLatency, Status, InitiatorIOPS, @{Expression={$_.FilePath.Substring($_.FilePath.LastIndexOf('\SMB')+1)};Label="File"}  -AutoSize
Post Disclaimer

The information contained in the posts in this blog site is for general information purposes only. The information in this post "VM Storage Performance" is provided by "Lee Harrison's Technical Blog" and whilst we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the post for any purpose. Furthermore, it is always recommended that you test any related changes to your environments on non-production systems and always have a robust backup strategy in place.

Leave a Reply

Your email address will not be published. Required fields are marked *