| Package | Description |
|---|---|
| sun.jvmstat.monitor.remote |
Provides interfaces supporting remote monitoring for instrumented
HotSpot Java Virtual Machines.
|
| sun.jvmstat.perfdata.monitor.protocol.rmi |
Provides the implementation classes for the rmi: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteVm |
RemoteHost.attachVm(int vmid,
String mode)
Remote method to attach to a remote HotSpot Java Virtual Machine
identified by
vmid. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteHost.detachVm(RemoteVm rvm)
Remote method to detach from a remote HotSpot Java Virtual Machine
identified by
vmid. |
| Modifier and Type | Method and Description |
|---|---|
RemoteVm |
RemoteMonitoredVm.getRemoteVm()
Get the proxy to the remote MonitoredVm.
|
| Constructor and Description |
|---|
PerfDataBuffer(RemoteVm rvm,
int lvmid)
Create a PerfDataBuffer instance for accessing the specified
instrumentation buffer.
|
RemoteMonitoredVm(RemoteVm rvm,
VmIdentifier vmid,
Timer timer,
int interval)
Create a RemoteMonitoredVm instance.
|
Copyright © 2017–2018 earcam. All rights reserved.