| Package | Description |
|---|---|
| sun.jvmstat.perfdata.monitor |
Provides the monitoring implementation classes that utilize the HotSpot
PerfData shared memory instrumentation buffer for discovery and monitoring
of instrumentation exported by a HotSpot Java Virtual Machine.
|
| sun.jvmstat.perfdata.monitor.protocol.file |
Provides the implementation classes for the file: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| sun.jvmstat.perfdata.monitor.protocol.local |
Provides the implementation classes for the local: protocol for
the HotSpot PerfData instrumentation buffer monitoring implementation.
|
| 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 | Class and Description |
|---|---|
class |
AbstractMonitoredVm
Base class for all MonitoredVm implementations that utilize the
HotSpot PerfData instrumentation buffer as the communications
mechanism to the target Java Virtual Machine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileMonitoredVm
Concrete implementation of the AbstractMonitoredVm class for the
file: protocol for the HotSpot PerfData monitoring implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalMonitoredVm
Concrete implementation of the AbstractMonitoredVm class for the
local: protocol for the HotSpot PerfData monitoring implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteMonitoredVm
Concrete implementation of the AbstractMonitoredVm class for the
rmi: protocol for the HotSpot PerfData monitoring implementation.
|
Copyright © 2017–2018 earcam. All rights reserved.