|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VirtualMachinesStatistics
An aggregated statistics view of all the different virtual machines currently discovered.
Method Summary | |
---|---|
VirtualMachinesDetails |
getDetails()
Returns the details of the all the virtual machines. |
long |
getGcCollectionCount()
|
double |
getGcCollectionPerc()
The percentage of the gc collection time between the current sampled statistics and the previous one. |
long |
getGcCollectionTime()
|
long |
getMemoryHeapCommittedInBytes()
|
double |
getMemoryHeapCommittedInGB()
|
double |
getMemoryHeapCommittedInMB()
|
double |
getMemoryHeapCommittedUsedPerc()
Returns the memory heap percentage from used to committed. |
long |
getMemoryHeapUsedInBytes()
|
double |
getMemoryHeapUsedInGB()
|
double |
getMemoryHeapUsedInMB()
|
double |
getMemoryHeapUsedPerc()
Returns the memory heap percentage from used to the max. |
long |
getMemoryNonHeapCommittedInBytes()
|
double |
getMemoryNonHeapCommittedInGB()
|
double |
getMemoryNonHeapCommittedInMB()
|
double |
getMemoryNonHeapCommittedUsedPerc()
Returns the memory non heap percentage from used to committed. |
long |
getMemoryNonHeapUsedInBytes()
|
double |
getMemoryNonHeapUsedInGB()
|
double |
getMemoryNonHeapUsedInMB()
|
double |
getMemoryNonHeapUsedPerc()
Returns the memory non heap percentage from used to the max. |
int |
getPeakThreadCount()
|
VirtualMachinesStatistics |
getPrevious()
Returns the previous statistics sampled. |
long |
getPreviousTimestamp()
Returns the previous timestamp of the statistics sampled, -1 if this is the
first one. |
int |
getSize()
Returns the number of statistics (virtual machines) aggregated. |
int |
getThreadCount()
|
long |
getTimestamp()
Return the timestamp when the statistics were taken. |
long |
getUptime()
|
boolean |
isNA()
Returns true if this is not valid statistics. |
Method Detail |
---|
boolean isNA()
true
if this is not valid statistics.
long getTimestamp()
long getPreviousTimestamp()
-1
if this is the
first one.
VirtualMachinesStatistics getPrevious()
null
if this is the first one.
VirtualMachinesDetails getDetails()
int getSize()
long getUptime()
long getMemoryHeapCommittedInBytes()
double getMemoryHeapCommittedInMB()
double getMemoryHeapCommittedInGB()
long getMemoryHeapUsedInBytes()
double getMemoryHeapUsedInMB()
double getMemoryHeapUsedInGB()
double getMemoryHeapUsedPerc()
double getMemoryHeapCommittedUsedPerc()
long getMemoryNonHeapCommittedInBytes()
double getMemoryNonHeapCommittedInMB()
double getMemoryNonHeapCommittedInGB()
long getMemoryNonHeapUsedInBytes()
double getMemoryNonHeapUsedInMB()
double getMemoryNonHeapUsedInGB()
double getMemoryNonHeapUsedPerc()
double getMemoryNonHeapCommittedUsedPerc()
int getThreadCount()
int getPeakThreadCount()
long getGcCollectionCount()
long getGcCollectionTime()
double getGcCollectionPerc()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |