|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperatingSystemStatistics
Statistics of a specific OperatingSystem
.
Nested Class Summary | |
---|---|
static interface |
OperatingSystemStatistics.NetworkStatistics
|
Method Summary | |
---|---|
long |
getActualFreePhysicalMemorySizeInBytes()
|
double |
getActualFreePhysicalMemorySizeInGB()
|
double |
getActualFreePhysicalMemorySizeInMB()
|
double |
getActualPhysicalMemoryUsedPerc()
Returns the percentage used of the actual physical memory out of the total physical memory. |
long |
getAdminTimestamp()
Returns a timestamp that is in sync with where the admin API is running. |
double |
getCpuPerc()
Returns the combined cpu perc (User + Sys + Nice + Wait) |
String |
getCpuPercFormatted()
|
OperatingSystemDetails |
getDetails()
Returns the operating system details. |
long |
getFreePhysicalMemorySizeInBytes()
|
double |
getFreePhysicalMemorySizeInGB()
|
double |
getFreePhysicalMemorySizeInMB()
|
long |
getFreeSwapSpaceSizeInBytes()
|
double |
getFreeSwapSpaceSizeInGB()
|
double |
getFreeSwapSpaceSizeInMB()
|
Map<String,OperatingSystemStatistics.NetworkStatistics> |
getNetworkStats()
Returns the network statistics per network device. |
double |
getPhysicalMemoryUsedPerc()
Returns the percentage used of physical memory out of the total physical memory space. |
OperatingSystemStatistics |
getPrevious()
Returns the previous statistics taken. |
double |
getSwapSpaceUsedPerc()
Returns the percentage used of swap space out of the total swap space. |
List<OperatingSystemStatistics> |
getTimeline()
Returns the timeline (from newest to oldest) history statistics, including this one. |
long |
getTimestamp()
Returns the timestamp when the statistics were take. |
boolean |
isNA()
Returns true if the statistics are not available. |
Method Detail |
---|
boolean isNA()
true
if the statistics are not available.
long getTimestamp()
long getAdminTimestamp()
OperatingSystemDetails getDetails()
List<OperatingSystemStatistics> getTimeline()
OperatingSystemStatistics getPrevious()
null
if this is the fist one.
long getFreeSwapSpaceSizeInBytes()
double getFreeSwapSpaceSizeInMB()
double getFreeSwapSpaceSizeInGB()
double getSwapSpaceUsedPerc()
long getFreePhysicalMemorySizeInBytes()
double getFreePhysicalMemorySizeInMB()
double getFreePhysicalMemorySizeInGB()
long getActualFreePhysicalMemorySizeInBytes()
double getActualFreePhysicalMemorySizeInMB()
double getActualFreePhysicalMemorySizeInGB()
double getPhysicalMemoryUsedPerc()
double getActualPhysicalMemoryUsedPerc()
double getCpuPerc()
String getCpuPercFormatted()
Map<String,OperatingSystemStatistics.NetworkStatistics> getNetworkStats()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |