ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahx_5.4.0.1/rzahxqapmdiop.htm

429 lines
21 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="reference" />
<meta name="DC.Title" content="Performance data files: QAPMDIOP" />
<meta name="abstract" content="This database file contains storage device (disk) IOP file entries." />
<meta name="description" content="This database file contains storage device (disk) IOP file entries." />
<meta name="DC.Relation" scheme="URI" content="rzahxapsparent.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzahxqapmdiop" />
<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>Performance data files: QAPMDIOP</title>
</head>
<body id="rzahxqapmdiop"><a name="rzahxqapmdiop"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Performance data files: QAPMDIOP</h1>
<div><p>This database file contains storage device (disk)
IOP file entries.</p>
<div class="section"><p>It lists the fields in the storage device IOP file. Consider the
following information in these fields:</p>
<ul><li>Device means disk.</li>
<li>The idle loop count and time are used to calculate the storage device
controller IOP utilization as follows: <p>Convert the product of the idle
loop count times the idle loop time from hundredths of microseconds to seconds.
Subtract this from the interval time, and divide the result by the interval
time. For example:</p>
<p>IOP Utilization = (INTSEC - (DIIDLC * DIIDLT)/10**8)/INTSEC</p>
</li>
</ul>
<div class="tablenoborder"><!-- Link to dynamic table -->
<SCRIPT language="Javascript" type="text/javascript" src="../rzahg/iccommon.js"></SCRIPT>
<SCRIPT language="Javascript" type="text/javascript">
//<![CDATA[
//Do not split up the following string. Keep it on one line.
var textA = "<p>To easily compare and sort the data in this table, use the <a href='rzahxqapmdiop.xml'>interactive table<\/a>.<\/p>";
if (isIE5) {
document.writeln(textA);
}
//]]>
</SCRIPT>
<!-- End of link to dynamic table --><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="25%" id="d0e34">Field Name</th>
<th valign="top" width="50%" id="d0e36">Description</th>
<th valign="top" width="25%" id="d0e38">Attribute</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="25%" headers="d0e34 ">INTNUM</td>
<td valign="top" width="50%" headers="d0e36 ">Interval number: The nth sample database interval based on the start
time specified in the <span class="cmdname">Create Performance Data (CRTPFRDTA)</span> command.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (5,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DTETIM</td>
<td valign="top" width="50%" headers="d0e36 ">Interval date (yymmdd) and time (hhmmss): The date and time of the
sample interval.</td>
<td valign="top" width="25%" headers="d0e38 ">C (12)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">INTSEC</td>
<td valign="top" width="50%" headers="d0e36 ">Elapsed interval seconds: The number of seconds since the last sample
interval.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (7,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">IOPRN</td>
<td valign="top" width="50%" headers="d0e36 ">IOP resource name.</td>
<td valign="top" width="25%" headers="d0e38 ">C (10)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIIOP</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (1)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DITYPE</td>
<td valign="top" width="50%" headers="d0e36 ">IOP type.</td>
<td valign="top" width="25%" headers="d0e38 ">C (4)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIIDLC</td>
<td valign="top" width="50%" headers="d0e36 ">Idle loop count: The number of times the disk controller IOP ran an
idle loop. This is done when the IOP has no work to perform. This count is
used with the idle loop time.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIIDLT</td>
<td valign="top" width="50%" headers="d0e36 ">Idle loop time: The time (in hundredths of microseconds) to run the
idle loop once.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DITPDK</td>
<td valign="top" width="50%" headers="d0e36 ">Total packets transferred.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIKBYO</td>
<td valign="top" width="50%" headers="d0e36 ">Total KB transmitted from the IOP to the system across the bus.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIKBYI</td>
<td valign="top" width="50%" headers="d0e36 ">Total KB transmitted to the IOP from the system across the bus.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIOPSR</td>
<td valign="top" width="50%" headers="d0e36 ">OPSTART bus unit message received from another bus unit using normal
flow.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIOPSS</td>
<td valign="top" width="50%" headers="d0e36 ">OPSTART bus unit message received from another bus unit using reverse
flow method 2 (always 0).</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISGLR</td>
<td valign="top" width="50%" headers="d0e36 ">Signals received.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIOPST</td>
<td valign="top" width="50%" headers="d0e36 ">OPSTARTs sent.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISGLS</td>
<td valign="top" width="50%" headers="d0e36 ">Signals sent.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRSTQ</td>
<td valign="top" width="50%" headers="d0e36 ">Restart queues sent.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRQDO</td>
<td valign="top" width="50%" headers="d0e36 ">DMA requests sent for output of data: The number of requests the IOP
sends to the system for data to be sent from the IOP to the system across
the bus.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRQDI</td>
<td valign="top" width="50%" headers="d0e36 ">DMA requests sent for input of data: The number of requests the IOP
sends to the system for data to be sent to the IOP from the system across
the bus.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIBNAR</td>
<td valign="top" width="50%" headers="d0e36 ">Occurrences of BNA received.</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID0</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP0</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN0</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ0</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID1</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP1</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN1</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ1</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID2</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP2</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN2</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ2</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID3</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP3</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN3</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ3</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID4</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP4</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN4</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ4</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID5</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP5</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN5</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ5</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID6</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP6</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN6</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ6</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID7</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP7</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN7</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ7</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID8</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP8</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN8</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ8</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRID9</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMP9</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLN9</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQ9</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDA</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPA</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLNA</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQA</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDB</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPB</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLNB</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQB</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDC</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPC</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLNC</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQC</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDD</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPD</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLND</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQD</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDE</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPE</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLNE</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQE</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIRIDF</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">C (8)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DISMPF</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DIQLNF</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
<tr><td valign="top" width="25%" headers="d0e34 ">DINRQF</td>
<td valign="top" width="50%" headers="d0e36 ">Reserved</td>
<td valign="top" width="25%" headers="d0e38 ">PD (11,0)</td>
</tr>
</tbody>
</table>
</div>
<div class="note"><span class="notetitle">Note:</span> The performance monitor reports I/O processor (IOP) statistics
different beginning with Version 3 Release 7. Therefore, performance statistics
for IOPs introduced in Version 3 Release 7 or later releases are reported
in the QAPMMIOP file. Performance statistics are reported in the QAPMMIOP
file even if the IOP supports only one of the three IOP functions (communications,
disk, or local workstation). Performance statistics for IOPs that were introduced
before Version 3 Release 7 will continue to be reported in the appropriate
IOP file (QAPMCIOP, QAPMDIOP, QAPMLIOP, and QAPMMIOP).</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxapsparent.htm" title="Managing performance on iSeries systems requires the use of a variety of specialized applications. Each of these applications offers a specific insight into system performance. This topic explains several applications and the intended use of each application.">Applications for performance management</a></div>
</div>
</div>
</body>
</html>