This class is responsible for acquiring access to the shared memory instrumentation buffer for the target HotSpot Java Virtual Machine.
Modifier and Type | Field and Description |
---|---|
private static final Perf |
Access | Constructor and Description |
---|---|
public | PerfDataBuffer(VmIdentifier
the local: URI specifying the target JVM. vmid)Create a PerfDataBuffer instance for accessing the specified instrumentation buffer. |
perf | back to summary |
---|---|
private static final Perf perf
|
PerfDataBuffer | back to summary |
---|---|
public PerfDataBuffer(VmIdentifier vmid) throws MonitorException Create a PerfDataBuffer instance for accessing the specified instrumentation buffer.
|