An aggregated statistics of all the different IOperatingSystemStatistics
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public interface IOperatingSystemsStatistics
Public Interface IOperatingSystemsStatistics
public interface class IOperatingSystemsStatistics
public interface IOperatingSystemsStatistics
 Members
 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.
             | 
|  | 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.
             | 
