| Win32_PerfFormattedData_ASP_ActiveServerPages | |||
| The Active Server Pages Object Type handles the Active Server Pages device on your system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| DebuggingRequests | UInt32 | Number of debugging document requests. | |
| Description | String | A textual description of the statistic or metric. | |
| EngineFlushNotifications | UInt32 | The number of engines invalidated in the cache due to change notification. | |
| ErrorsDuringScriptRuntime | UInt32 | Number of requests failed due to runtime errors. | |
| ErrorsFromASPPreprocessor | UInt32 | Number of requests failed due to preprocessor errors. | |
| ErrorsFromScriptCompilers | UInt32 | Number of requests failed due to script compilation errors. | |
| ErrorsPerSec | UInt32 | The number of errors per second. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| InMemoryTemplateCacheHitRate | UInt32 | Percent of requests found in cached in memory. | |
| InMemoryTemplatesCached | UInt32 | The number of compiled templates cached in memory. | |
| 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. | |
| RequestBytesInTotal | UInt32 | The total size, in bytes, of all requests. | |
| RequestBytesOutTotal | UInt32 | The total size, in bytes, of responses sent to clients. This does not include standard HTTP response headers. | |
| RequestExecutionTime | UInt32 | The number of milliseconds that it took to execute the most recent request. | |
| RequestsDisconnected | UInt32 | The number of requests that were disconnected due to communication failure. | |
| RequestsExecuting | UInt32 | The number of requests currently executing. | |
| RequestsFailedTotal | UInt32 | The total number of requests failed due to errors, authorization failure, and rejections. | |
| RequestsNotAuthorized | UInt32 | Number of requests failed due to insufficient access rights. | |
| RequestsNotFound | UInt32 | The number of requests for files that were no found. | |
| RequestsPerSec | UInt32 | The number of requests executed per second. | |
| RequestsQueued | UInt32 | The number of requests waiting for service from the queue. | |
| RequestsRejected | UInt32 | The total number of requests not executed because there were insufficient resources to process them. | |
| RequestsSucceeded | UInt32 | The number of requests that executed successfully. | |
| RequestsTimedOut | UInt32 | The number of requests that timed out. | |
| RequestsTotal | UInt32 | The total number of requests since the service was started. | |
| RequestWaitTime | UInt32 | The number of milliseconds the most recent request was waiting in the queue. | |
| ScriptEngineCacheHitRate | UInt32 | Percent of requests found in script engine cache. | |
| ScriptEnginesCached | UInt32 | The number of script engines in cache. | |
| SessionDuration | UInt32 | The number of milliseconds that the most recent session persisted. | |
| SessionsCurrent | UInt32 | The current number of sessions being serviced. | |
| SessionsTimedOut | UInt32 | The number of sessions timed out. | |
| SessionsTotal | UInt32 | The total number of sessions since the service was started. | |
| TemplateCacheHitRate | UInt32 | Percent of requests found in template cache. | |
| TemplateNotifications | UInt32 | The number of templates invalidated in the cache due to change notification. | |
| TemplatesCached | UInt32 | The number of templates currently cached. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TransactionsAborted | UInt32 | The number of transactions aborted. | |
| TransactionsCommitted | UInt32 | The number of transactions committed. | |
| TransactionsPending | UInt32 | Number of transactions in progress. | |
| TransactionsPerSec | UInt32 | Transactions started per second. | |
| TransactionsTotal | UInt32 | The 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;    }; | |||