SCHDOFLS parameter: Difference between revisions
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
<dd>On User 0's parameter line or reset by system manager. | <dd>On User 0's parameter line or reset by system manager. | ||
<dt>Related products | <dt>Related products | ||
<dd><var>[[Performance_monitoring_and_tuning#Offloading_Model_204_work_to_zIIP_processors|M204 HPO]]</var> | <dd><var>[[Performance_monitoring_and_tuning#Offloading_Model_204_work_to_zIIP_processors|M204 HPO]]</var> and <var>[[MP/204#Multiprocessing_.28MP.2F204.29|MP/204]]</var> | ||
<dt>Introduced | <dt>Introduced | ||
<dd><var class="product">Model 204 V7.7</var> | <dd><var class="product">Model 204 V7.7</var> | ||
Line 20: | Line 20: | ||
On a z/OS system, <var class="product">Model 204</var> [[Performance monitoring and tuning#Offloading Model 204 work to zIIP_processors|zIIP support]] enables you to offload <var class="product">Model 204</var> work from regular processors to zIIP processors. <var>SCHDOFLS</var> specifies both of the following: </p> | On a z/OS system, <var class="product">Model 204</var> [[Performance monitoring and tuning#Offloading Model 204 work to zIIP_processors|zIIP support]] enables you to offload <var class="product">Model 204</var> work from regular processors to zIIP processors. <var>SCHDOFLS</var> specifies both of the following: </p> | ||
<ul> | <ul> | ||
<li>The target number of threads on the zIIP offload queue before a non-SRB MP subtask is dispatched to help the zIIP subtasks. </li> | <li>The target number of threads on the zIIP offload queue before a non-SRB <var>[[MP/204#Multiprocessing_.28MP.2F204.29|MP]]</var> subtask is dispatched to help the zIIP subtasks. </li> | ||
<li>If started, how aggressively non-SRB MP subtasks pick up work from the zIIP offload queue. </li> | <li>If started, how aggressively non-SRB MP subtasks pick up work from the zIIP offload queue. </li> |
Latest revision as of 11:46, 24 May 2017
Threshold for task stealing zIIP work
Summary
- Default value
- 2
- Parameter type
- System
- Where set
- On User 0's parameter line or reset by system manager.
- Related products
- M204 HPO and MP/204
- Introduced
- Model 204 V7.7
Description
This parameter applies to z/OS only.
On a z/OS system, Model 204 zIIP support enables you to offload Model 204 work from regular processors to zIIP processors. SCHDOFLS specifies both of the following:
- The target number of threads on the zIIP offload queue before a non-SRB MP subtask is dispatched to help the zIIP subtasks.
- If started, how aggressively non-SRB MP subtasks pick up work from the zIIP offload queue.
Setting a higher value of SCHDOFLS makes the non-SRB MP subtasks more reticent to help SRB subtasks out, ensuring better zIIP offload (though possibly adversely affecting performance should the zIIPs get overloaded).
The default value, 2, means that if all zIIP subtasks are active and there are more than SCHDOFLS * AMPSUBZ
units of work on the zIIP offload queue, a non-SRB MP subtask is dispatched as needed and performs work intended for zIIPs.
SCHDOFLS has no effect if any of these is true:
- zIIP SRBs are not in use in an Online (NMPSUBZ is 0).
- The number of active SRBs (AMPSUBZ) is set to 0.
- MP subtasks are not allowed to take work from zIIPs (SCHDOPT X'40' is set).
SCHDOFL and SCHDOFLZ control the scheduling of MP and SRB (zIIP) subtasks.