This documentation is archived and is not being maintained.
WebProcessStatistics Members
Visual Studio 2008
Provides information for assessing the health of a running process.
The WebProcessStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FormatToString | Formats the process statistics. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| 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: