ONTAP: Easily Identify Remaining Headroom

A nice little communities post I came across:

https://community.netapp.com/t5/ONTAP-Recipes/ONTAP-Recipes-Easily-identify-remaining-performance-capacity/td-p/133353

The commands are copied below, check out the post for example output and how to use the output (which is straightforward.)

Commands

1. Change to advanced privilege level:

set -privilege advanced

 

2. Start real-time headroom statistics collection:

statistics start –object [resource_headroom_cpu | resource_headroom_aggr]

 

3. Display real-time headroom statistics information:

statistics show - object [resource_headroom_cpu | resource_headroom_aggr]



Comments