Statistics of a specific IOperatingSystem.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IOperatingSystemStatistics
Public Interface IOperatingSystemStatistics
public interface class IOperatingSystemStatistics
public interface IOperatingSystemStatistics
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
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.
|