You can create, modify, and remove throttles for host clusters by using the management GUI or the command-line interface.
Throttles are a mechanism to control the amount of resources that are used when the system is processing I/Os on a specific host or host cluster. If a throttle is defined, the system either processes the I/O, or delays the processing of the I/O to free resources for more critical I/O.
mkthrottle -type hostcluster -bandwidth bandwidth_limit_in_mb -iops iops_limit -hostcluster hostcluster_id_or_hostcluster_namewhere bandwidth_limit_in_mb is the maximum amount of bandwidth that the system can process for the specified host cluster before the system delays processing of I/O for that host cluster. The iops_limit is the maximum I/O operations per second that the system can process before the system delays processing for this host cluster. These settings apply to all hosts within the host cluster. Throttle limits are applied to all hosts in host cluster. After the configured limit is reached, additional delay is introduced to I/Os from all member hosts in host cluster. The hostcluster_id_or_hostcluster_name is the ID or name of the host cluster that the throttle applies to.
chthrottle -type hostcluster -bandwidth bandwidth_limit_in_mb -iops iops_limit throttle_name_or_idwhere bandwidth_limit_in_mb is the maximum amount of bandwidth that the system can process for the specified host cluster before the system delays processing of I/O for that host cluster. The iops_limit is the maximum I/O operations per second that the system can process before the system delays processing for this host cluster. These settings apply to all hosts within the host cluster. Throttle limits are applied to all hosts in host cluster. After the configured limit is reached, additional delay is introduced to I/Os from all member hosts in host cluster. The throttle_name_or_id is the ID or name of the throttle that is being changed.
rmthrottle throttle_name_or_idwhere throttle_name_or_id is the ID or name of the throttle that is being removed.