SPResourceMeasureConstants members
Contains string constants for the names of SPResourceMeasure objects in Microsoft SharePoint Foundation.
The SPResourceMeasureConstants type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbnormalTerminationCount | A resource measure of the abnormal termination count. | |
CpuExecutionTime | A resource measure of the amount of CPU execution time. | |
CriticalExceptionsCount | A resource measure of the count of critical exceptions. | |
IdlePercentProcessorTime | A resource measure of the percent processor time when a process is idle. | |
InvocationCount | A resource measure of the count of invocations. | |
PercentProcessorTime | A resource measure of the percentage of processor time used by a process. | |
ProcessCPUCycles | A resource measure of the CPU cycles used by a process. | |
ProcessHandleCount | A resource measure of the number of handles used by a process. | |
ProcessingTime | A resource measure of the amount of processing time. | |
ProcessIOBytes | A resource measure of the amount of I/O bytes per second used by a process. | |
ProcessThreadCount | A resource measure of the number of threads used by a process. | |
ProcessVirtualBytes | A resource measure of the count of virtual bytes used by a process. | |
SharePointDatabaseQueryCount | A resource measure of the number of SharePoint SQL queries. | |
SharePointDatabaseQueryTime | A resource measure of the SharePoint SQL query time. | |
UnhandledExceptionsCount | A resource measure of the number of unhandled exceptions. | |
UnresponsiveProcessCount | A resource measure of the number of unresponsive processes. |
Top