Click or drag to resize

SystemPerformanceMonitor Properties

The SystemPerformanceMonitor type exposes the following members.

Properties
  Name Description
Public property AvailableMemory Gets the PerformanceCounter that monitors the remaining available memory of the system in GB.
Public property Counters Gets a read-only list of the PerformanceCounter objects monitored by the PerformanceMonitor object.
(Inherited from PerformanceMonitorBase)
Public property CPUUsage Gets the PerformanceCounter that monitors the processor utilization of the system.
Public property Static member Default Gets default reference of SystemPerformanceMonitor.
Public property LifetimeStatus Gets the lifetime status statistics of the PerformanceMonitor object.
(Inherited from PerformanceMonitorBase)
Public property Name Gets the friendly name of the PerformanceMonitorBase object.
(Inherited from PerformanceMonitorBase)
Public property SamplingInterval Gets or sets the interval, in milliseconds, at which the Counters are to be sampled.
(Inherited from PerformanceMonitorBase)
Public property Status Gets the current status of the PerformanceMonitorBase object.
(Inherited from PerformanceMonitorBase)
Top
See Also