| Modifier and Type | Method and Description |
|---|---|
List<? extends TimeStampedPojo> |
VMStatPrintDelegate.getLatestStats(VmRef ref,
long timeStampSince)
Returns statistics gathered by this plug-in newer than the specified
time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
VMStatPrintDelegate.getHeaders(TimeStampedPojo stat)
Returns header names for columns this plug-in wishes to add to the
vm-stat command.
|
List<String> |
VMStatPrintDelegate.getStatRow(TimeStampedPojo stat)
Returns a row of data for the specified statistic that corresponds to
the columns returned by
VMStatPrintDelegate.getHeaders(TimeStampedPojo). |
| Modifier and Type | Class and Description |
|---|---|
class |
CpuStat |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStat |
| Modifier and Type | Class and Description |
|---|---|
class |
NumaStat |
| Modifier and Type | Class and Description |
|---|---|
class |
HostLatestPojoListGetter<T extends TimeStampedPojo> |
class |
VmLatestPojoListGetter<T extends TimeStampedPojo> |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeStampedPojoComparator<T extends TimeStampedPojo> |
| Modifier and Type | Method and Description |
|---|---|
TimeStampedPojo |
TimeStampedPojoCorrelator.Correlation.get(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeStampedPojoCorrelator.add(int seriesIndex,
TimeStampedPojo timeStampedPojo) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimelineInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadInfoData |
class |
ThreadSummary |
| Modifier and Type | Class and Description |
|---|---|
class |
VmClassStat |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TimeStampedPojo> |
VmCpuStatPrintDelegate.getLatestStats(VmRef ref,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
VmCpuStatPrintDelegate.getHeaders(TimeStampedPojo stat) |
List<String> |
VmCpuStatPrintDelegate.getStatRow(TimeStampedPojo stat) |
| Modifier and Type | Class and Description |
|---|---|
class |
VmCpuStat |
| Modifier and Type | Class and Description |
|---|---|
class |
VmGcStat |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
JmxNotification |
class |
JmxNotificationStatus |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TimeStampedPojo> |
VmMemoryStatPrintDelegate.getLatestStats(VmRef ref,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
VmMemoryStatPrintDelegate.getHeaders(TimeStampedPojo stat) |
List<String> |
VmMemoryStatPrintDelegate.getStatRow(TimeStampedPojo stat) |
| Modifier and Type | Class and Description |
|---|---|
class |
VmMemoryStat |
Copyright © 2013. All Rights Reserved.