BACK TO INDEX

Win32_PerfFormattedData_ASP_ActiveServerPages
The Active Server Pages Object Type handles the Active Server Pages device on your system.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
DebuggingRequestsUInt32Number of debugging document requests.
DescriptionStringA textual description of the statistic or metric.
EngineFlushNotificationsUInt32The number of engines invalidated in the cache due to change notification.
ErrorsDuringScriptRuntimeUInt32Number of requests failed due to runtime errors.
ErrorsFromASPPreprocessorUInt32Number of requests failed due to preprocessor errors.
ErrorsFromScriptCompilersUInt32Number of requests failed due to script compilation errors.
ErrorsPerSecUInt32The number of errors per second.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
InMemoryTemplateCacheHitRateUInt32Percent of requests found in cached in memory.
InMemoryTemplatesCachedUInt32The number of compiled templates cached in memory.
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.
RequestBytesInTotalUInt32The total size, in bytes, of all requests.
RequestBytesOutTotalUInt32The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers.
RequestExecutionTimeUInt32The number of milliseconds that it took to execute the most recent request.
RequestsDisconnectedUInt32The number of requests that were disconnected due to communication failure.
RequestsExecutingUInt32The number of requests currently executing.
RequestsFailedTotalUInt32The total number of requests failed due to errors, authorization failure, and rejections.
RequestsNotAuthorizedUInt32Number of requests failed due to insufficient access rights.
RequestsNotFoundUInt32The number of requests for files that were no found.
RequestsPerSecUInt32The number of requests executed per second.
RequestsQueuedUInt32The number of requests waiting for service from the queue.
RequestsRejectedUInt32The total number of requests not executed because there were insufficient resources to process them.
RequestsSucceededUInt32The number of requests that executed successfully.
RequestsTimedOutUInt32The number of requests that timed out.
RequestsTotalUInt32The total number of requests since the service was started.
RequestWaitTimeUInt32The number of milliseconds the most recent request was waiting in the queue.
ScriptEngineCacheHitRateUInt32Percent of requests found in script engine cache.
ScriptEnginesCachedUInt32The number of script engines in cache.
SessionDurationUInt32The number of milliseconds that the most recent session persisted.
SessionsCurrentUInt32The current number of sessions being serviced.
SessionsTimedOutUInt32The number of sessions timed out.
SessionsTotalUInt32The total number of sessions since the service was started.
TemplateCacheHitRateUInt32Percent of requests found in template cache.
TemplateNotificationsUInt32The number of templates invalidated in the cache due to change notification.
TemplatesCachedUInt32The number of templates currently cached.
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 service was started.
SAMPLE DATA INSTANCE
   [Description("The Active Server Pages Object Type handles the Active Server Pages device on your system."): ToInstance Amended, DisplayName("Active Server Pages"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_ASP_ActiveServerPages
   {
    [Description("Number of debugging document requests."): ToInstance Amended, DisplayName("Debugging Requests"): ToInstance Amended] DebuggingRequests = 0;
    [Description("The number of engines invalidated in the cache due to change notification."): ToInstance Amended, DisplayName("Engine Flush Notifications"): ToInstance Amended] EngineFlushNotifications = 0;
    [Description("Number of requests failed due to runtime errors."): ToInstance Amended, DisplayName("Errors During Script Runtime"): ToInstance Amended] ErrorsDuringScriptRuntime = 0;
    [Description("Number of requests failed due to preprocessor errors."): ToInstance Amended, DisplayName("Errors From ASP Preprocessor"): ToInstance Amended] ErrorsFromASPPreprocessor = 0;
    [Description("Number of requests failed due to script compilation errors."): ToInstance Amended, DisplayName("Errors From Script Compilers"): ToInstance Amended] ErrorsFromScriptCompilers = 0;
    [Description("The number of errors per second."): ToInstance Amended, DisplayName("Errors/Sec"): ToInstance Amended] ErrorsPerSec = 0;
    [Description("Percent of requests found in cached in memory."): ToInstance Amended, DisplayName("In Memory Template Cache Hit Rate"): ToInstance Amended] InMemoryTemplateCacheHitRate = 0;
    [Description("The number of compiled templates cached in memory."): ToInstance Amended, DisplayName("In Memory Templates Cached"): ToInstance Amended] InMemoryTemplatesCached = 0;
    [Description("The total size, in bytes, of all requests."): ToInstance Amended, DisplayName("Request Bytes In Total"): ToInstance Amended] RequestBytesInTotal = 0;
    [Description("The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers."): ToInstance Amended, DisplayName("Request Bytes Out Total"): ToInstance Amended] RequestBytesOutTotal = 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 number of requests that were disconnected due to communication failure."): ToInstance Amended, DisplayName("Requests Disconnected"): ToInstance Amended] RequestsDisconnected = 0;
    [Description("The number of requests currently executing."): ToInstance Amended, DisplayName("Requests Executing"): ToInstance Amended] RequestsExecuting = 0;
    [Description("The total number of requests failed due to errors, authorization failure, and rejections."): ToInstance Amended, DisplayName("Requests Failed Total"): ToInstance Amended] RequestsFailedTotal = 0;
    [Description("Number of requests failed due to insufficient access rights."): ToInstance Amended, DisplayName("Requests Not Authorized"): ToInstance Amended] RequestsNotAuthorized = 0;
    [Description("The number of requests for files that were no found."): ToInstance Amended, DisplayName("Requests Not Found"): ToInstance Amended] RequestsNotFound = 0;
    [Description("The number of requests executed per second."): ToInstance Amended, DisplayName("Requests/Sec"): ToInstance Amended] RequestsPerSec = 0;
    [Description("The number of requests waiting for service from the queue."): ToInstance Amended, DisplayName("Requests Queued"): ToInstance Amended] RequestsQueued = 0;
    [Description("The total number of requests not executed because there were insufficient resources to process them."): ToInstance Amended, DisplayName("Requests Rejected"): ToInstance Amended] RequestsRejected = 0;
    [Description("The number of requests that executed successfully."): ToInstance Amended, DisplayName("Requests Succeeded"): ToInstance Amended] RequestsSucceeded = 0;
    [Description("The number of requests that timed out."): ToInstance Amended, DisplayName("Requests Timed Out"): ToInstance Amended] RequestsTimedOut = 0;
    [Description("The total number of requests since the service was started."): ToInstance Amended, DisplayName("Requests Total"): ToInstance Amended] RequestsTotal = 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("Percent of requests found in script engine cache."): ToInstance Amended, DisplayName("Script Engine Cache Hit Rate"): ToInstance Amended] ScriptEngineCacheHitRate = 0;
    [Description("The number of script engines in cache."): ToInstance Amended, DisplayName("Script Engines Cached"): ToInstance Amended] ScriptEnginesCached = 0;
    [Description("The number of milliseconds that the most recent session persisted."): ToInstance Amended, DisplayName("Session Duration"): ToInstance Amended] SessionDuration = 0;
    [Description("The current number of sessions being serviced."): ToInstance Amended, DisplayName("Sessions Current"): ToInstance Amended] SessionsCurrent = 0;
    [Description("The number of sessions timed out."): ToInstance Amended, DisplayName("Sessions Timed Out"): ToInstance Amended] SessionsTimedOut = 0;
    [Description("The total number of sessions since the service was started."): ToInstance Amended, DisplayName("Sessions Total"): ToInstance Amended] SessionsTotal = 0;
    [Description("Percent of requests found in template cache."): ToInstance Amended, DisplayName("Template Cache Hit Rate"): ToInstance Amended] TemplateCacheHitRate = 0;
    [Description("The number of templates invalidated in the cache due to change notification."): ToInstance Amended, DisplayName("Template Notifications"): ToInstance Amended] TemplateNotifications = 0;
    [Description("The number of templates currently cached."): ToInstance Amended, DisplayName("Templates Cached"): ToInstance Amended] TemplatesCached = 0;
    [Description("The number of transactions aborted."): ToInstance Amended, DisplayName("Transactions Aborted"): ToInstance Amended] TransactionsAborted = 0;
    [Description("The number of transactions committed."): ToInstance Amended, DisplayName("Transactions Committed"): ToInstance Amended] TransactionsCommitted = 0;
    [Description("Number of transactions in progress."): ToInstance Amended, DisplayName("Transactions Pending"): ToInstance Amended] TransactionsPending = 0;
    [Description("Transactions started per second."): ToInstance Amended, DisplayName("Transactions/Sec"): ToInstance Amended] TransactionsPerSec = 0;
    [Description("The total number of transactions since the service was started."): ToInstance Amended, DisplayName("Transactions Total"): ToInstance Amended] TransactionsTotal = 0;
   };