BACK TO INDEX

Win32_PerfRawData_ASPNET_ASPNETApplications
ASP.NET application performance counters
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AnonymousRequestsUInt32Number of requests utilizing anonymous authentication.
AnonymousRequestsPerSecUInt32Number of Authentication Anonymous Requests/Sec
ApplicationLifetimeEventsUInt32Number of application events raised since the application was started.
ApplicationLifetimeEventsPerSecUInt32Number of application events raised per second.
AuditFailureEventsRaisedUInt32Number of audit failures in the application since it was started.
AuditSuccessEventsRaisedUInt32Number of audit successes in the application since it was started.
CacheAPIEntriesUInt32Total number of entries within the cache added by the user.
CacheAPIHitRatioUInt32Ratio of hits called from user code.
CacheAPIHitRatio_BaseUInt32Cache API Hit Ratio Base
CacheAPIHitsUInt32Number of cache hits from user code.
CacheAPIMissesUInt32Number of cache misses called from user code.
CacheAPITrimsUInt32Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache using one of the public cache APIs.
CacheAPITurnoverRateUInt32Number of additions and removals to the API cache per second.
CachePercentMachineMemoryLimitUsedUInt32The amount of physical memory used by the machine divided by the physical memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed.
CachePercentMachineMemoryLimitUsed_BaseUInt32Cache % Machine Memory Limit Used Base
CachePercentProcessMemoryLimitUsedUInt32The value of private bytes for the worker process divided by the private bytes memory limit for the cache, as a percentage. When this reaches 100%, half of the cache entries will be forcibly removed. The __Total__ instance is the average of all instances, and therefore cannot be used to determine when cache entries will be forcibly removed.
CachePercentProcessMemoryLimitUsed_BaseUInt32Cache % Process Memory Limit Used Base
CacheTotalEntriesUInt32Total number of entries within the cache (both internal and user added)
CacheTotalHitRatioUInt32Ratio of hits from all cache calls.
CacheTotalHitRatio_BaseUInt32Cache Total Hit Ratio Base
CacheTotalHitsUInt32Total number of hits from the cache.
CacheTotalMissesUInt32Total number of cache misses.
CacheTotalTrimsUInt32Total number of entries forcibly removed from the cache due to memory pressure.
CacheTotalTurnoverRateUInt32Number of additions and removals to the total cache per second.
CaptionStringA short textual description (one-line string) for the statistic or metric.
CompilationsTotalUInt32Number of .asax, .ascx, .ashx, .asmx, or .aspx source files dynamically compiled.
DebuggingRequestsUInt32Number of debugging requests processed.
DescriptionStringA textual description of the statistic or metric.
ErrorEventsRaisedUInt32Number of error events raised since the application was started.
ErrorEventsRaisedPerSecUInt32Number of error events per second.
ErrorsDuringCompilationUInt32Number of errors that have occurred during compilation.
ErrorsDuringExecutionUInt32Number of errors that have occurred during the processing of a request.
ErrorsDuringPreprocessingUInt32Number of errors that have occurred during parsing and configuration.
ErrorsTotalUInt32Total number of errors occurred.
ErrorsTotalPerSecUInt32Rate of errors occurred.
ErrorsUnhandledDuringExecutionUInt32Number of errors not handled by user code, but by the default error handler.
ErrorsUnhandledDuringExecutionPerSecUInt32Rate of unhandled errors.
EventsRaisedUInt32Total number of instrumentation events raised since the application was started.
EventsRaisedPerSecUInt32Total number of instrumentation events per second.
FormsAuthenticationFailureUInt32Number of failed forms authentication ticket validations since the application was started.
FormsAuthenticationSuccessUInt32Number of successful forms authentication ticket validations since the application was started.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
InfrastructureErrorEventsRaisedUInt32Number of HTTP error events raised since the application was started.
InfrastructureErrorEventsRaisedPerSecUInt32Number of HTTP error events raised per second.
ManagedMemoryUsedestimatedUInt32Estimated managed heap memory consumption (in KB) by the application. The accuracy of this counter varies depending on the duration of elapsed time since the last full managed memory heap collection. Note that this counter is only updated with new data every five seconds.
MembershipAuthenticationFailureUInt32Number of failed membership credential validations since the application was started.
MembershipAuthenticationSuccessUInt32Number of successful membership credential validations since the application was started.
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.
OutputCacheEntriesUInt32Current number of entries in the output cache.
OutputCacheHitRatioUInt32Ratio of hits to requests for output cacheable requests.
OutputCacheHitRatio_BaseUInt32Output Cache Hit Ratio Base
OutputCacheHitsUInt32Total number of output cacheable requests served from the output cache.
OutputCacheMissesUInt32Total number of output cacheable requests not served from the output cache.
OutputCacheTrimsUInt32Total number of entries forcibly removed from the cache due to memory pressure that were originally inserted into the cache by the output cache feature.
OutputCacheTurnoverRateUInt32Number of additions and removals to the output cache per second.
PercentManagedProcessorTimeestimatedUInt32Estimated percentage of elapsed time that the processor spends executing managed application code. This counter only tracks processor time of managed threads in the application. It does not include additional processor time spent executing on non-managed threads. Note that this counter is only updated with new data every five seconds.
PercentManagedProcessorTimeestimated_BaseUInt32% Managed Processor Time Base (estimated)
PipelineInstanceCountUInt32Number of active pipeline instances.
RequestBytesInTotalUInt32The total size, in bytes, of all requests.
RequestBytesOutTotalUInt32The total size, in bytes, of responses sent to a client. This does not include standard HTTP response headers.
RequestErrorEventsRaisedUInt32Number of runtime error events raised since the application was started.
RequestErrorEventsRaisedPerSecUInt32Number of runtime error events per second.
RequestEventsRaisedUInt32Number of request events raised since the application was started
RequestEventsRaisedPerSecUInt32Number of request events raised per second.
RequestExecutionTimeUInt32The number of milliseconds that it took to execute the most recent request.
RequestsDisconnectedUInt32The number of requests disconnected due to communication errors or user terminated.
RequestsExecutingUInt32The number of requests currently executing.
RequestsFailedUInt32Total number of failed requests.
RequestsInApplicationQueueUInt32The number of requests in the application request queue.
RequestsNotAuthorizedUInt32Number of requests failed due to unauthorized access.
RequestsNotFoundUInt32The number of requests for resources that were not found.
RequestsPerSecUInt32The number of requests executed per second.
RequestsRejectedUInt32The number of requests rejected because the application request queue was full.
RequestsSucceededUInt32The number of requests that executed successfully.
RequestsTimedOutUInt32The number of requests that timed out.
RequestsTotalUInt32The total number of requests since the application was started.
RequestWaitTimeUInt32The number of milliseconds the most recent request was waiting in the queue.
SessionsAbandonedUInt32The number of sessions that have been explicitly abandoned.
SessionsActiveUInt32The current number of sessions currently active.
SessionSQLServerconnectionstotalUInt32The total number of connections to the SQL Server used by session state.
SessionStateServerconnectionstotalUInt32The total number of connections to the State Server used by session state.
SessionsTimedOutUInt32The number of sessions timed out.
SessionsTotalUInt32Total number of sessions since the application was started.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TransactionsAbortedUInt32The number of transactions aborted.
TransactionsCommittedUInt32The number of transactions committed.
TransactionsPendingUInt32Number of transactions in progress.
TransactionsPerSecUInt32Transactions started per second.
TransactionsTotalUInt32The total number of transactions since the application was started.
ViewstateMACValidationFailureUInt32Number of viewstate MAC validations that failed since the application was started.
SAMPLE DATA INSTANCE
   Class does not currently contain data instances