SPSystemPerformanceMonitor members

Represents a monitor that tracks some aspect of the performance of the SharePoint Foundation deployment.

The SPSystemPerformanceMonitor type exposes the following members.

Constructors

  Name Description
Protected method SPSystemPerformanceMonitor Initializes a new instance of the SPSystemPerformanceMonitor class.

Top

Properties

  Name Description
Public property Computer When implemented in a derived class, gets the name of the computer whose performance is being monitored.
Public property Description When implemented in a derived class, gets a description of the monitor.
Public property DiagnosticData When implemented in a derived class, gets data that may be useful in diagnosing performance issues.
Public property LastValue When implemented in a derived class, gets the value that the underlying performance measure reported the last time it was read.
Public property Name When implemented in a derived class, gets a name for the performance monitor.
Public property Value When implemented in a derived class, gets the current value of the underlying performance measure.
Public property ValueIsExcessive When implemented in a derived class, gets a value that indicates whether the value of the underlying performance measure is poor enough to trigger throttling of requests.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RenderValueForWeb When implemented in a derived class, gets the value of the underlying performance counter that is being monitored as an HTML string for insertion on a Web page.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPSystemPerformanceMonitor class

Microsoft.SharePoint.Utilities namespace