GigaSpaces XAP.NET Documentation
IOperatingSystemsStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.OperatingSystemIOperatingSystemsStatistics
An aggregated statistics of all the different IOperatingSystemStatistics
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IOperatingSystemsStatistics
Public Interface IOperatingSystemsStatistics
public interface class IOperatingSystemsStatistics
public interface IOperatingSystemsStatistics
Members
All MembersProperties



IconMemberDescription
ActualFreePhysicalMemorySizeInBytes
Gets the actual free physical memory size in bytes.

ActualFreePhysicalMemorySizeInGB
Gets the actual free physical memory size in giga bytes.

ActualFreePhysicalMemorySizeInMB
Gets the actual free physical memory size in mega bytes.

Count
Gets the number of aggregated IOperatingSystemStatistics

CpuPerc
Gets the combined cpu percentage (User + Sys + Nice + Wait)

CpuPercFormatted
Gets the combined cpu percentage (User + Sys + Nice + Wait) formatted as a string.

Details
Gets the aggregated operating systems details.

FreePhysicalMemorySizeInBytes
Gets the free physical memory size in bytes.

FreePhysicalMemorySizeInGB
Gets the free physicial memory size in giga bytes.

FreePhysicalMemorySizeInMB
Gets the free physicial memory size in mega bytes.

FreeSwapSpaceSizeInBytes
Gets the free swap space size in bytes.

FreeSwapSpaceSizeInGB
Gets the free swap space size in giga bytes.

FreeSwapSpaceSizeInMB
Gets the free swap space size in mega bytes.

NA
Gets whether the statistics are available.

Previous
Gets the previous IOperatingSystemsStatistics

Timestamp
Gets the timestamp of the aggregated statistics computation.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)