| Win32_PerfRawData_ASPNET_114322_ASPNETv114322 | |||
| ASP.NET v1.1.4322 global performance counters | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| ApplicationRestarts | UInt32 | Number of times the application has been restarted during the web server's lifetime. | |
| ApplicationsRunning | UInt32 | Number of currently running web applications. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| Name | String | The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. | |
| RequestExecutionTime | UInt32 | The number of milliseconds that it took to execute the most recent request. | |
| RequestsCurrent | UInt32 | The current number of requests, including those that are queued, currently executing, or waiting to be written to the client. Under the ASP.NET process model, when this counter exceeds the requestQueueLimit defined in the processModel configuration section, ASP.NET will begin rejecting requests. | |
| RequestsDisconnected | UInt32 | The number of requests disconnected due to communication errors or user terminated. | |
| RequestsQueued | UInt32 | The number of requests waiting to be processed. | |
| RequestsRejected | UInt32 | The number of requests rejected because the request queue was full. | |
| RequestWaitTime | UInt32 | The number of milliseconds the most recent request was waiting in the queue. | |
| StateServerSessionsAbandoned | UInt32 | The number of sessions that have been explicitly abandoned. | |
| StateServerSessionsActive | UInt32 | The current number of sessions currently active. | |
| StateServerSessionsTimedOut | UInt32 | The number of sessions timed out. | |
| StateServerSessionsTotal | UInt32 | The number of sessions total. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| WorkerProcessesRunning | UInt32 | Number of worker processes running on the machine. | |
| WorkerProcessRestarts | UInt32 | Number of times a worker process has restarted on the machine. | |
| SAMPLE DATA INSTANCE | |||
|    [Description("ASP.NET v1.1.4322 global performance counters"): ToInstance Amended, DisplayName("ASP.NET v1.1.4322"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfRawData_ASPNET_114322_ASPNETv114322    {     [Description("Number of times the application has been restarted during the web server's lifetime."): ToInstance Amended, DisplayName("Application Restarts"): ToInstance Amended] ApplicationRestarts = 0;     [Description("Number of currently running web applications."): ToInstance Amended, DisplayName("Applications Running"): ToInstance Amended] ApplicationsRunning = 0;     Frequency_Object = "0";     Frequency_PerfTime = "3579545";     Frequency_Sys100NS = "10000000";     [Description("The number of milliseconds that it took to execute the most recent request."): ToInstance Amended, DisplayName("Request Execution Time"): ToInstance Amended] RequestExecutionTime = 0;     [Description("The current number of requests, including those that are queued, currently executing, or waiting to be written to the client. Under the ASP.NET process model, when this counter exceeds the requestQueueLimit defined in the processModel configuration section, ASP.NET will begin rejecting requests."): ToInstance Amended, DisplayName("Requests Current"): ToInstance Amended] RequestsCurrent = 0;     [Description("The number of requests disconnected due to communication errors or user terminated."): ToInstance Amended, DisplayName("Requests Disconnected"): ToInstance Amended] RequestsDisconnected = 0;     [Description("The number of requests waiting to be processed."): ToInstance Amended, DisplayName("Requests Queued"): ToInstance Amended] RequestsQueued = 0;     [Description("The number of requests rejected because the request queue was full."): ToInstance Amended, DisplayName("Requests Rejected"): ToInstance Amended] RequestsRejected = 0;     [Description("The number of milliseconds the most recent request was waiting in the queue."): ToInstance Amended, DisplayName("Request Wait Time"): ToInstance Amended] RequestWaitTime = 0;     [Description("The number of sessions that have been explicitly abandoned."): ToInstance Amended, DisplayName("State Server Sessions Abandoned"): ToInstance Amended] StateServerSessionsAbandoned = 0;     [Description("The current number of sessions currently active."): ToInstance Amended, DisplayName("State Server Sessions Active"): ToInstance Amended] StateServerSessionsActive = 0;     [Description("The number of sessions timed out."): ToInstance Amended, DisplayName("State Server Sessions Timed Out"): ToInstance Amended] StateServerSessionsTimedOut = 0;     [Description("The number of sessions total."): ToInstance Amended, DisplayName("State Server Sessions Total"): ToInstance Amended] StateServerSessionsTotal = 0;     Timestamp_Object = "0";     Timestamp_PerfTime = "615105858474";     Timestamp_Sys100NS = "1718391187000";     [Description("Number of worker processes running on the machine."): ToInstance Amended, DisplayName("Worker Processes Running"): ToInstance Amended] WorkerProcessesRunning = 0;     [Description("Number of times a worker process has restarted on the machine."): ToInstance Amended, DisplayName("Worker Process Restarts"): ToInstance Amended] WorkerProcessRestarts = 0;    }; | |||