public interface OperatingSystemStatistics
OperatingSystem
.Modifier and Type | Interface and Description |
---|---|
static interface |
OperatingSystemStatistics.NetworkStatistics |
Modifier and Type | Method and Description |
---|---|
long |
getActualFreePhysicalMemorySizeInBytes()
Deprecated.
|
double |
getActualFreePhysicalMemorySizeInGB() |
double |
getActualFreePhysicalMemorySizeInMB() |
long |
getActualMemoryUsed() |
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. |
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()
@Deprecated long getActualFreePhysicalMemorySizeInBytes()
double getActualFreePhysicalMemorySizeInMB()
double getActualFreePhysicalMemorySizeInGB()
double getPhysicalMemoryUsedPerc()
double getActualPhysicalMemoryUsedPerc()
double getCpuPerc()
String getCpuPercFormatted()
long getActualMemoryUsed()
Map<String,OperatingSystemStatistics.NetworkStatistics> getNetworkStats()
Copyright © GigaSpaces.