|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperatingSystemsStatistics
An aggregated statistics of all the different OperatingSystemStatistics.
| Method Summary | |
|---|---|
long |
getActualFreePhysicalMemorySizeInBytes()
|
double |
getActualFreePhysicalMemorySizeInGB()
|
double |
getActualFreePhysicalMemorySizeInMB()
|
double |
getCpuPerc()
Returns the combined cpu perc (User + Sys + Nice + Wait) |
String |
getCpuPercFormatted()
|
OperatingSystemsDetails |
getDetails()
Returns the aggregated operating systems details. |
long |
getFreePhysicalMemorySizeInBytes()
|
double |
getFreePhysicalMemorySizeInGB()
|
double |
getFreePhysicalMemorySizeInMB()
|
long |
getFreeSwapSpaceSizeInBytes()
|
double |
getFreeSwapSpaceSizeInGB()
|
double |
getFreeSwapSpaceSizeInMB()
|
OperatingSystemsStatistics |
getPrevious()
Returns the previous OperatingSystemsStatistics. |
int |
getSize()
Returns the number of aggregated OperatingSystemStatistics. |
List<OperatingSystemsStatistics> |
getTimeline()
Returns the timeline (from newest to oldest) history statistics, including this one. |
long |
getTimestamp()
Returns the timestamp when the aggregated statistics was computed. |
boolean |
isNA()
Returns true if the statistics are not available. |
| Method Detail |
|---|
boolean isNA()
true if the statistics are not available.
long getTimestamp()
int getSize()
OperatingSystemStatistics.
OperatingSystemsStatistics getPrevious()
OperatingSystemsStatistics.
List<OperatingSystemsStatistics> getTimeline()
OperatingSystemsDetails getDetails()
long getFreeSwapSpaceSizeInBytes()
double getFreeSwapSpaceSizeInMB()
double getFreeSwapSpaceSizeInGB()
long getFreePhysicalMemorySizeInBytes()
double getFreePhysicalMemorySizeInMB()
double getFreePhysicalMemorySizeInGB()
long getActualFreePhysicalMemorySizeInBytes()
double getActualFreePhysicalMemorySizeInMB()
double getActualFreePhysicalMemorySizeInGB()
double getCpuPerc()
String getCpuPercFormatted()
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||