78 lines
4.3 KiB
HTML
78 lines
4.3 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>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 -->
|
||
|
<!-- Created for V5R2 -->
|
||
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Java sync-link -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
<a name="Top_Of_Page"></a>
|
||
|
|
||
|
<h2>Collector APIs</h2>
|
||
|
|
||
|
<p>The collector APIs provide services to manage collections. These APIs:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>Start, end, and cycle collections</li>
|
||
|
|
||
|
<li>Change and retrieve system parameters for the data collected</li>
|
||
|
|
||
|
<li>Register and deregister a user-defined data category</li>
|
||
|
|
||
|
<li>Add and remove collector notification</li>
|
||
|
</ul>
|
||
|
|
||
|
<p>The collector APIs include:</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="qypsacno.htm">Add Collector Notification</A> (QypsAddCollectorNotification) registers with a collector to provide notifications to a specified data queue for a collection event.</li>
|
||
|
<li><A HREF="qypscsca.htm">Change System Collector Attributes</A> (QYPSCSCA, QypsChgSysCollectorAttributes) changes system collection attributes. System attributes provide the default values for each collector. These include the collection interval in seconds, the library where the data is to be stored, the retention period for data, the cycle time, the cycle interval, the companion job flag, and the name of the default collection definition.</li>
|
||
|
<li><A HREF="qypscycc.htm">Cycle Collector</A> (QYPSCYCC, QypsCycleCollector) closes current collection objects and opens new collection objects.</li>
|
||
|
<li><A HREF="qypsderegcoll.htm">Deregister Collector Data Category</A> (QypsDeregCollectorDataCategory) removes a user-defined data category from the Collection Services function of Management Central.</li>
|
||
|
<li><A HREF="qypsendc.htm">End Collector</A> (QYPSENDC, QypsEndCollector) ends a specified collector.</li>
|
||
|
<li><A HREF="qypsregcoll.htm">Register Collector Data Category</A> (QypsRegCollectorDataCategory) adds a user-defined data category to one or more collector definitions of the Collection Services function of Management Central.</li>
|
||
|
<li><A HREF="qypsrcno.htm">Remove Collector Notification</A> (QypsRmvCollectorNotification) removes a notification registration from a collector.</li>
|
||
|
<li><A HREF="qypsrsca.htm">Retrieve System Collector Attributes</A> (QYPSRSCA, QypsRtvSysCollectorAttributes) retrieves system collection attributes. These include the collection interval in seconds, the library where the data is to be stored, the retention period for data, the cycle time, the cycle interval, the companion job flag, the name of the default collection definition, and the currently running collection definition, if any.</li>
|
||
|
<li><A HREF="qypsstrc.htm">Start Collector</A> (QYPSSTRC, QypsStartCollector) starts a specified collector.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<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>
|
||
|
|