Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
SPSystemPerformanceMonitor | Initializes a new instance of the SPSystemPerformanceMonitor class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Computer | When implemented in a derived class, gets the name of the computer whose performance is being monitored. |
![]() |
Description | When implemented in a derived class, gets a description of the monitor. |
![]() |
DiagnosticData | When implemented in a derived class, gets data that may be useful in diagnosing performance issues. |
![]() |
LastValue | When implemented in a derived class, gets the value that the underlying performance measure reported the last time it was read. |
![]() |
Name | When implemented in a derived class, gets a name for the performance monitor. |
![]() |
Value | When implemented in a derived class, gets the current value of the underlying performance measure. |
![]() |
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 | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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. |
![]() |
ToString | (Inherited from Object.) |
Top