NonStop Server for Java 5.1 Programmer's Reference

Note: 1. The HPjconfig tool is not supported on a NonStop operating system.
2. Zero-preparation profiling is supported on NSJ 5.1, NSJ 6.0, and later releases.
File Locations
The default installation path on the NonStop operating system is /usr/tandem/hpjmeter.
Attaching to the JVM agent of a Running
Application
Note: The Dynamic Attach feature is not supported on NSJ.
Preparing to run Java
Complete the following steps to prepare the Java application to run with the JVM agent:
On NSJ 5.1, NSJ 6.0, and later SPRs, add $JMETER_HOME/lib/oss/ to
_RLD_FIRST_LIB_PATH,
where, JMETER_HOME is set to /usr/tandem/hpjmeter.
1.
Starting with HPjmeter 4.0, you need not set JMETER as an alternative to Xbootclasspath.
For example:
>> Using -agentlib on NSJ 5.1 and NSJ 6.0 to run the JVM agent:
$ java -Xms256m -Xmx512m -agentlib:jmeter myapp
>> Setting –Xbootclasspath:
$ java agentlib:jmeter –Xbootclasspath/a:$JMETER_HOME/lib/agent.jar myapp
2.
Note:
-Xrunjmeter is supported on NSJ 5.1 and later SPRs.
If you are using -Xrunjmeter, use the -Xbootclasspath option.