Use Probekit in stand-alone mode if you cannot start your application
from the Profile dialog box, but if you can edit the command line (for example,
if the command line is embedded in a script). Use stand-alone mode also if
you cannot use Agent Controller.
Here are the requirements for using Probekit in stand-alone mode:
- You must be able to start your application from a Java command
line that you can edit.
- The JVMPI agent piAgent must be installed on the target system where you
want to run your application, and it must be on the library path for the target
system.
- The Probekit extension libraries must be on the library path for the target
system.
- The probe that you want to use must contain the target specifications
necessary for stand-alone mode. For information, read Specifying targets in probes for stand-alone Probekit
- If you are using multiple probes, the contents of the *.probescript files
for the probes must be concatenated into one *.probescript file.
- The *.probescript and *.class files for your probe must
be copied to the target system, and the location of the files must be on the
class path or boot class path for the target system.
The following sections provide detailed instructions: