Task Manager Dynamic Load Throttling Parameters
Task manager dynamic throttling is controlled by thresholds defined in mtx_config_base.xml. Adjust these thresholds with lines specifying new values in mtx_config_base_xml_sed.extra. For more information, see the discussion about task manager dynamic load throttling configuration.
- txnSvrInputQueue (blade_engine_cluster_blade_txn.1.1.input)
- taskMgrRespInputQueue (blade_engine_cluster_blade_TaskMgrResponse.1.input)
- chrgSvrInputQueue1 (blade_engine_cluster_blade_chrg.1.2.input)
- chrgSvrInputQueue2 (blade_engine_cluster_blade_chrg.1.3.input)
- chrgSvrInputQueue3 (blade_engine_cluster_blade_chrg.1.4.input)
Dynamic Throttling Parameters describes the dynamic load throttling configuration elements defined in mtx_config_base.xml.
Property | Description |
---|---|
queue_throttle | The monitored object name, as specified with the
name attribute of the
monitored-object element in
sysmon_config.xml. |
throttle_to_zero_percent | The usage percentage maximum at which Task Manager stops generating traffic. |
throttle_enable_percent | The percentage of usage at which throttling starts. |
throttle_reset_percent | The percentage of usage at which throttling stops. |
max_throttle_allowed | The percentage maximum of throttling that is allowed. |
incremental_dynamic_throttle_in_percent | The factor by which resource usage is throttled each time the value of throttle_enable_percent is reached. |