GigaSpaces XAP 9.0 API

org.openspaces.admin.os
Interface OperatingSystemsStatistics


public interface OperatingSystemsStatistics

An aggregated statistics of all the different OperatingSystemStatistics.

Author:
kimchy

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()
           
 double getMaxCpuPerc()
           
 String getMaxCpuPercFormatted()
           
 double getMaxMemoryUsedPerc()
           
 String getMaxMemoryUsedPercFormatted()
           
 double getMemoryUsedPerc()
           
 String getMemoryUsedPercFormatted()
           
 double getMinCpuPerc()
           
 String getMinCpuPercFormatted()
           
 double getMinMemoryUsedPerc()
           
 String getMinMemoryUsedPercFormatted()
           
 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

isNA

boolean isNA()
Returns true if the statistics are not available.


getTimestamp

long getTimestamp()
Returns the timestamp when the aggregated statistics was computed.


getSize

int getSize()
Returns the number of aggregated OperatingSystemStatistics.


getPrevious

OperatingSystemsStatistics getPrevious()
Returns the previous OperatingSystemsStatistics.


getTimeline

List<OperatingSystemsStatistics> getTimeline()
Returns the timeline (from newest to oldest) history statistics, including this one.


getDetails

OperatingSystemsDetails getDetails()
Returns the aggregated operating systems details.


getFreeSwapSpaceSizeInBytes

long getFreeSwapSpaceSizeInBytes()

getFreeSwapSpaceSizeInMB

double getFreeSwapSpaceSizeInMB()

getFreeSwapSpaceSizeInGB

double getFreeSwapSpaceSizeInGB()

getFreePhysicalMemorySizeInBytes

long getFreePhysicalMemorySizeInBytes()

getFreePhysicalMemorySizeInMB

double getFreePhysicalMemorySizeInMB()

getFreePhysicalMemorySizeInGB

double getFreePhysicalMemorySizeInGB()

getActualFreePhysicalMemorySizeInBytes

long getActualFreePhysicalMemorySizeInBytes()

getActualFreePhysicalMemorySizeInMB

double getActualFreePhysicalMemorySizeInMB()

getActualFreePhysicalMemorySizeInGB

double getActualFreePhysicalMemorySizeInGB()

getCpuPerc

double getCpuPerc()
Returns the combined cpu perc (User + Sys + Nice + Wait)


getCpuPercFormatted

String getCpuPercFormatted()

getMinCpuPerc

double getMinCpuPerc()

getMinCpuPercFormatted

String getMinCpuPercFormatted()

getMaxCpuPerc

double getMaxCpuPerc()

getMaxCpuPercFormatted

String getMaxCpuPercFormatted()

getMemoryUsedPerc

double getMemoryUsedPerc()

getMemoryUsedPercFormatted

String getMemoryUsedPercFormatted()

getMinMemoryUsedPerc

double getMinMemoryUsedPerc()

getMinMemoryUsedPercFormatted

String getMinMemoryUsedPercFormatted()

getMaxMemoryUsedPerc

double getMaxMemoryUsedPerc()

getMaxMemoryUsedPercFormatted

String getMaxMemoryUsedPercFormatted()

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.