HPjmeter 4.3 User's Guide

-agentlib:jmeter=monitor_batch
To specify a file name:
-agentlib:jmeter=monitor_batch:file=mysaveddata.hpjmeter
noalloc
Reduces dormant overhead by skipping bytecode instrumentation that applies to object allocation
metrics: Allocated Object Statistics by Class and Allocating Method Statistics. The noalloc
option makes those metrics unavailable.
Example usage: -agentlib:jmeter=noalloc
nohotspots
Reduces dormant overhead by skipping the bytecode instrumentation that supports Java Method
HotSpots. Any console connecting to an application initially started with this agent flag does
not enable Java Method HotSpots, and this metric is not listed in the Session Preferences dialog.
Example usage: -agentlib:jmeter=nohotspots
noexception
Reduces dormant overhead by skipping bytecode instrumentation that applies to the Thrown
Exception metrics. Any console connecting to an application initially started with this attribute
does not enable Thrown Exception metrics, and these metrics are not listed in the Session
Preferences dialog.
Example usage: -agentlib:jmeter=noexception
nomemleak
Reduces dormant overhead by skipping bytecode instrumentation that applies to memory leak
location events for Java collection classes. When you specify this option, the Java Collection
Leak Locations alert is unavailable in the console for the lifetime of this application.
Example usage: -agentlib:jmeter=nomemleak
noarrayleak
Reduces dormant overhead by skipping bytecode instrumentation that applies to array leak
location events. When you specify this option, the Array Leak Locations alert is unavailable in
the console for the lifetime of this application.
Example usage: -agentlib:jmeter=noarrayleak
noclassload
Reduces overhead by turning off the collection of classloading data in the Loaded Classes
metric.
Example usage: -agentlib:jmeter=noclassload
nogc
Reduces overhead by turning off the collection of heap size and garbage collection data in
the Heap Monitor and Garbage Collections metric.
Example usage: -agentlib:jmeter=nogc
nothrownstack
Reduces overhead by turning off the collection of stack traces for exceptions in the Thrown
Exceptions metric and the Abnormal Thread Termination alert. The exceptions are still collected,
but they do not have a full stack trace.
Example usage: -agentlib:jmeter=nothrownstack
nocompilation
Reduces overhead by turning off the collection of compilation statistics in the Method Compilation
Count and Method Compilation Frequency metrics, and the Excessive Compilation alert.
Example usage: -agentlib:jmeter=nocompilation
30 Completing Installation of HPjmeter