60 lines
3.9 KiB
HTML
60 lines
3.9 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Examples: activity control" />
|
||
|
<meta name="abstract" content="These examples show the relationship of some of the activity controls. Assume the system activity level is 100 and the jobs are single-threaded." />
|
||
|
<meta name="description" content="These examples show the relationship of some of the activity controls. Assume the system activity level is 100 and the jobs are single-threaded." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksctrllvlsysactivity.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaksactvitiyctrlexmpl" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Examples: activity control</title>
|
||
|
</head>
|
||
|
<body id="rzaksactvitiyctrlexmpl"><a name="rzaksactvitiyctrlexmpl"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Examples: activity control</h1>
|
||
|
<div><p>These examples show the relationship of some of the activity controls.
|
||
|
Assume the system activity level is 100 and the jobs are single-threaded.</p>
|
||
|
<div class="section"><h4 class="sectiontitle">Base memory pool example</h4><p>Two subsystems, SBSA and
|
||
|
SBSB, use the Base memory pool to run jobs. SBSA currently has two jobs running
|
||
|
in this memory pool and SBSB has one. A job queue entry in the subsystem description
|
||
|
for SBSB specifies that any number of jobs can be started. The activity level
|
||
|
of the Base memory pool is 3. Therefore, only three jobs in the
|
||
|
Base memory pool can compete for the processing unit at a time. However, all
|
||
|
of the jobs are started.</p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Four jobs in a subsystem example</h4><p>One autostart job,
|
||
|
two workstation jobs, and one batch job (four jobs in all) are in subsystem
|
||
|
SBSC. The MAXACT for SBSC is specified as 4. No matter what is specified for
|
||
|
the MAXACT of the work entries, no other jobs can be started until at least
|
||
|
one job completes running. </p>
|
||
|
</div>
|
||
|
<div class="section"><h4 class="sectiontitle">Batch subsystem MAXACT(1) example</h4><p>Subsystem SBSE
|
||
|
is a batch subsystem for which 1 is specified for MAXACT. Although the job
|
||
|
queue entry does not specify MAXACT, the limit is one job because 1 is specified
|
||
|
for MAXACT for the subsystem. Therefore, jobs are processed in job priority
|
||
|
one at a time off the job queue.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksctrllvlsysactivity.htm" title="You can control how much activity is on the system by controlling how many jobs can be active at the same time in a subsystem or by controlling the use of the processing unit by jobs that have already been started.">Control levels of system activity</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|