BACK TO INDEX

Win32_PerfFormattedData_ASPNET_114322_ASPNETv114322
ASP.NET v1.1.4322 global performance counters
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ApplicationRestartsUInt32Number of times the application has been restarted during the web server's lifetime.
ApplicationsRunningUInt32Number of currently running web applications.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
NameStringThe 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.
RequestExecutionTimeUInt32The number of milliseconds that it took to execute the most recent request.
RequestsCurrentUInt32The 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.
RequestsDisconnectedUInt32The number of requests disconnected due to communication errors or user terminated.
RequestsQueuedUInt32The number of requests waiting to be processed.
RequestsRejectedUInt32The number of requests rejected because the request queue was full.
RequestWaitTimeUInt32The number of milliseconds the most recent request was waiting in the queue.
StateServerSessionsAbandonedUInt32The number of sessions that have been explicitly abandoned.
StateServerSessionsActiveUInt32The current number of sessions currently active.
StateServerSessionsTimedOutUInt32The number of sessions timed out.
StateServerSessionsTotalUInt32The number of sessions total.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
WorkerProcessesRunningUInt32Number of worker processes running on the machine.
WorkerProcessRestartsUInt32Number 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_PerfFormattedData_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;
    [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;
    [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;
   };