public interface VMStatPrintDelegate extends Ordered
ORDER_CPU_GROUP, ORDER_DEFAULT_GROUP, ORDER_IO_GROUP, ORDER_MEMORY_GROUP, ORDER_NETWORK_GROUP, ORDER_THREAD_GROUP, ORDER_USER_GROUP
Modifier and Type | Method and Description |
---|---|
List<String> |
getHeaders(TimeStampedPojo stat)
Returns header names for columns this plug-in wishes to add to the
vm-stat command.
|
List<? extends TimeStampedPojo> |
getLatestStats(VmRef ref,
long timeStampSince)
Returns statistics gathered by this plug-in newer than the specified
time stamp.
|
List<String> |
getStatRow(TimeStampedPojo stat)
Returns a row of data for the specified statistic that corresponds to
the columns returned by
getHeaders(TimeStampedPojo) . |
getOrderValue
List<? extends TimeStampedPojo> getLatestStats(VmRef ref, long timeStampSince)
ref
- - the VM whose statistics to returntimeStampSince
- - the earliest time stamp to return statistics forList<String> getHeaders(TimeStampedPojo stat)
stat
- - the first stat returned by getLatestStats(VmRef, long)
List<String> getStatRow(TimeStampedPojo stat)
getHeaders(TimeStampedPojo)
.stat
- - the statistic to generate output forCopyright © 2013. All rights reserved.