SPSystemPerformanceCounterMonitor properties

The SPSystemPerformanceCounterMonitor type exposes the following members.

Properties

  Name Description
Public property Category Gets the category (sometimes called the “performance object”) of the monitor.
Public property Computer Gets the name of the computer that is being monitored. (Overrides SPSystemPerformanceMonitor.Computer.)
Public property Counter Gets the name of the counter that is watched by the SPSystemPerformanceCounterMonitor object.
Public property CounterError Gets the error message if the last attempt to read the Value property failed to read the underlying counter.
Public property Description Gets a description of the monitor. (Overrides SPSystemPerformanceMonitor.Description.)
Public property DiagnosticData Gets diagnostic data about the monitor. (Overrides SPSystemPerformanceMonitor.DiagnosticData.)
Public property Instance Gets the name of the instance of the counter that is being watched by by the SPSystemPerformanceCounterMonitor object.
Public property LastValue Gets a snapshot of the last value read from the underlying counter. (Overrides SPSystemPerformanceMonitor.LastValue.)
Public property Name Gets the full name of the monitor. (Overrides SPSystemPerformanceMonitor.Name.)
Public property Value Gets the current value of the underlying counter. (Overrides SPSystemPerformanceMonitor.Value.)
Public property ValueIsExcessive Gets a value that indicates whether the health score of the counter that is being monitored is poor enough to trigger throttling. (Overrides SPSystemPerformanceMonitor.ValueIsExcessive.)

Top

See also

Reference

SPSystemPerformanceCounterMonitor class

Microsoft.SharePoint.Utilities namespace