SCHDOFLS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
m (minor formatting)
Line 18: Line 18:
This parameter applies to z/OS only.</p>
This parameter applies to z/OS only.</p>
<p>
<p>
On a z/OS system, <var class="product">Model&nbsp;204</var> zIIP support enables you to offload <var class="product">Model&nbsp;204</var> work from regular processors to zIIP processors.</p>
On a z/OS system, <var class="product">Model&nbsp;204</var> zIIP support enables you to offload <var class="product">Model&nbsp;204</var> work from regular processors to zIIP processors. <var>SCHDOFLS</var> specifies both of the following: </p>
<p>
<var>SCHDOFLS</var> specifies both of these: </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 MP subtask is dispatched to help the zIIP subtasks. </li>

Revision as of 16:14, 28 July 2016

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
All
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 zIIP/SRB and non-zIIP/non-SRB MP subtasks.