|
GigaSpaces XAP 7.0 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 percesntage used of the actual physical memory out of the total physical memory. |
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. |
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()
OperatingSystemDetails getDetails()
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 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |