WebProcessStatistics Properties
.NET Framework 2.0
| 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.
|
Community Additions
ADD
Show: