GigaSpaces XAP.NET Documentation
IOperatingSystemStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.OperatingSystemIOperatingSystemStatistics
Statistics of a specific IOperatingSystem.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IOperatingSystemStatistics
Public Interface IOperatingSystemStatistics
public interface class IOperatingSystemStatistics
public interface IOperatingSystemStatistics
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.

ActualPhysicalMemoryUsedPerc
Gets the percesntage used of the actual physical memory out of the total physical memory.

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 operating system details.

FreePhysicalMemorySizeInBytes
Gets the free physical memory size in bytes.

FreePhysicalMemorySizeInGB
Gets the free physical memory size in giga bytes.

FreePhysicalMemorySizeInMB
Gets the free physical 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 operating system statistics are available.

NetworkStats
Gets the network statistics per network device.

PhysicalMemoryUsedPerc
Gets the percentage used of physical memory out of the total physical memory space.

Previous
Gets the previous statistics taken. the value is null if this is the first one.

SwapSpaceUsedPerc
Gets the percentage used of swap space out of the total swap space.

Timestamp
Gets the timestamp of the taken statistics.

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