WebProcessStatistics Properties
.NET Framework (current version)
Namespace:
System.Web.Management
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AppDomainCount | Gets the number of application domains in the process. |
![]() | ManagedHeapSize | Gets the size of the managed heap. |
![]() | PeakWorkingSet | Gets the peak working set for the lifetime of the process to date. |
![]() | ProcessStartTime | Gets the time when the process started. |
![]() | RequestsExecuting | Gets the number of requests currently executing. |
![]() | RequestsQueued | Gets the number of requests waiting to be processed. |
![]() | RequestsRejected | Gets the number of rejected requests. |
![]() | ThreadCount | Gets the total count of the process threads. |
![]() | WorkingSet | Gets the working set for the process. |
Show:
