WebProcessStatistics Properties

 

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAppDomainCount

Gets the number of application domains in the process.

System_CAPS_pubpropertyManagedHeapSize

Gets the size of the managed heap.

System_CAPS_pubpropertyPeakWorkingSet

Gets the peak working set for the lifetime of the process to date.

System_CAPS_pubpropertyProcessStartTime

Gets the time when the process started.

System_CAPS_pubpropertyRequestsExecuting

Gets the number of requests currently executing.

System_CAPS_pubpropertyRequestsQueued

Gets the number of requests waiting to be processed.

System_CAPS_pubpropertyRequestsRejected

Gets the number of rejected requests.

System_CAPS_pubpropertyThreadCount

Gets the total count of the process threads.

System_CAPS_pubpropertyWorkingSet

Gets the working set for the process.

Return to top
Show: