78 lines
3.4 KiB
HTML
78 lines
3.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Performance Collector APIs</title>
|
|
<!-- Begin Header Records -->
|
|
<!-- 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. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- PERF1TMP SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 29 Jan 1999 at 10:14:40 -->
|
|
<!--File edited for tagging cleanup March 2001 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- Java sync-link -->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Performance Collector APIs</h2>
|
|
|
|
<p>The performance collector APIs allow applications to be developed that provide real-time performance monitoring capabilities. The performance collector APIs are:
|
|
</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="QPMLPFRD.htm">List Performance Data</A> (QPMLPFRD) returns data from the data collector to the user space specified in theWork with Collector API.</li>
|
|
<li><A HREF="QPMWKCOL.htm">Work with Collector</A> (QPMWKCOL) controls the starting and stopping of collections of information for certain types of resources. This API allows you to change the way data about a certain resource is collected.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
<p><strong>Note:</strong> The Work with Collector API must be used before
|
|
using the List Performance Data API.</p>
|
|
|
|
<p>The Performance Collector exit program is:</p>
|
|
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="XPERFMON.htm">Performance Monitor</A> processes the performance data that is collected by the performance monitor as the monitor ends.</li>
|
|
</ul>
|
|
<!--***************EXIT PROGRAM END PASTE***************-->
|
|
|
|
|
|
|
|
|
|
<p><strong>Note:</strong> Starting in Version 5 Release 1, the Start
|
|
Performance Monitor (STRPFRMON) command is no longer supported.</p>
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="perfmgmt.htm">Performance Management APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|