70 lines
3.2 KiB
HTML
70 lines
3.2 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 Explorer (PEX) 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 -->
|
|
<!-- 030918 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- 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 type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Performance Explorer (PEX)
|
|
APIs</h2>
|
|
|
|
<p>For information about performance explorer (PEX), see
|
|
<a href="../rzahx/rzahxpexparent.htm">Performance explorer</a>.</p>
|
|
|
|
<p>The PEX APIs are used to collect trace performance data for user-defined
|
|
(application-defined) transactions and to record application-defined trace
|
|
data. The user-defined transaction APIs indicate the start and end of a
|
|
transaction and allow logging during a transaction.</p>
|
|
|
|
<p>The PEX 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="qypeaddt.htm">Add Trace Point</A> (QYPEADDT, qypeAddTracePoint) records application-defined trace data.</li>
|
|
<li><A HREF="qypeendt.htm">End Transaction</A> (QYPEENDT, qypeEndTransaction) indicates the end of a user-defined transaction.</li>
|
|
<li><A HREF="qypelogt.htm">Log Transaction</A> (QYPELOGT, qypeLogTransaction) generates a transaction log record in the PEX trace data.</li>
|
|
<li><A HREF="qyperpex.htm">Retrieve PEX Information</A> (QYPERPEX, qypeRetrievePexInfo) returns a list of active Performance Explorer collections.</li>
|
|
<li><A HREF="qypestrt.htm">Start Transaction</A> (QYPESTRT, qypeStartTransaction) is called at the start of a user-defined transaction.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
|
|
<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>
|
|
|