79 lines
5.0 KiB
HTML
79 lines
5.0 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="task" />
|
|
<meta name="DC.Title" content="Run the Java Performance Data Converter" />
|
|
<meta name="abstract" content="To run the Java Performance Data Converter (JPDC) for performance data collection, follow these steps." />
|
|
<meta name="description" content="To run the Java Performance Data Converter (JPDC) for performance data collection, follow these steps." />
|
|
<meta name="DC.Relation" scheme="URI" content="colpdc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="pdc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="jpdc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="runjpdex.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="runjpdc" />
|
|
<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>Run the Java Performance Data Converter</title>
|
|
</head>
|
|
<body id="runjpdc"><a name="runjpdc"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Run the Java Performance Data Converter</h1>
|
|
<div><p>To run the Java™ Performance Data Converter (JPDC) for
|
|
performance data collection, follow these steps.</p>
|
|
<ol><li class="stepexpand"><span>Enter the first input argument, which is either <samp class="codeph">general</samp> for
|
|
the <samp class="codeph">java_g -prof</samp> or <samp class="codeph">jinsight</samp> for Jinsight
|
|
output.</span></li>
|
|
<li class="stepexpand"><span>Enter the second input argument, which is the name of the Performance
|
|
Explorer (PEX) definition that was used to collect the data.</span> <div class="note"><span class="notetitle">Note:</span> You
|
|
should restrict this name to four or five characters, because of the internal
|
|
use of connections of this name.</div>
|
|
</li>
|
|
<li class="stepexpand"><span>Enter the third input argument, which is the name of the file that
|
|
the JPDC tool generates.</span> <p>This generated file writes to your
|
|
current integrated file system directory. Use the cd (PF4) command to specify
|
|
an integrated file system current directory.</p>
|
|
</li>
|
|
<li class="stepexpand"><span>Enter the fourth input argument, which is the name of the iSeries™ host
|
|
relational database directory entry. </span> <p>Use the Work with Relational
|
|
Database Directory Entry (WRKRDBDIRE) command to see what the name is. It
|
|
is the only relational database where the *LOCAL is indicated.</p>
|
|
</li>
|
|
</ol>
|
|
<div class="section"><p>To operate this code the /QIBM/ProdData/Java400/ext/JPDC.jar file
|
|
must be in the Java classpath on the iSeries server. When the program is done
|
|
running, a text output file can be found in the current directory.</p>
|
|
<p>You
|
|
can run JPDC by using the iSeries command line or Qshell environment. See <a href="runjpdex.htm">Example: Run the Java Performance Data Converter</a> for
|
|
details.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="runjpdex.htm">Example: Run the Java Performance Data Converter</a></strong><br />
|
|
You can either use the iSeries command line or the Qshell environment
|
|
to run the Java Performance Data Converter (JPDC).</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="colpdc.htm" title="To collect Java performance data on an iSeries server, follow these steps.">Collect Java performance data</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="pdc.htm" title="The Performance Data Collector (PDC) tool provides profile information about the programs that run on the iSeries server.">Performance Data Collector tool</a></div>
|
|
<div><a href="jpdc.htm" title="The Java Performance Data Converter (JDPC) tool provides a way for you to create Java performance data about the Java programs that are running on your iSeries server. This performance data is compatible with the performance data output of Sun Microsystems, Inc.'s Java virtual machine java_g -prof option and IBM Jinsight output.">Java Performance Data Converter tool</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |