Win32_PerfRawData_ASP_ActiveServerPages class
The Win32_PerfRawData_ASP_ActiveServerPages raw performance data class provides raw data from performance counters that monitor the Active Server Pages device on the computer system. This class is found only on server operating systems.
This class represents the Active Server Pages object in System Monitor. The original data source is the ASP performance library. The corresponding formatted data class is Win32_PerfFormattedData_ASP_ActiveServerPages. Data is dynamically provided for this class from the performance library object by the WmiPerfInst provider.
Windows Server 2003, Windows XP, and Windows 2000: WMI data for this class is supplied by the Performance Counter Provider.
The following syntax is simplified from MOF code and shows all inherited properties, including the Frequency and Timestamp properties required for class display in System Monitor. For more information about required property qualifiers, see Property Qualifiers for Performance Counter Classes. For more information about CounterType values, see WMI Performance Counter Types.
Syntax
class Win32_PerfRawData_ASP_ActiveServerPages : Win32_PerfRawData
{
string Caption;
uint32 DebuggingRequests;
string Description;
uint32 ErrorsDuringScriptRuntime;
uint32 ErrorsFromASPPreprocessor;
uint32 ErrorsFromScriptCompilers;
uint32 ErrorsPerSec;
uint64 Frequency_Object;
uint64 Frequency_PerfTime;
uint64 Frequency_Sys100NS;
uint32 InMemoryTemplateCacheHitRate;
uint32 InMemoryTemplateCacheHitRate_Base;
uint32 InMemoryTemplatesCached;
string Name;
uint32 RequestBytesInTotal;
uint32 RequestBytesOutTotal;
uint32 RequestExecutionTime;
uint32 RequestsDisconnected;
uint32 RequestsExecuting;
uint32 RequestsFailedTotal;
uint32 RequestsNotAuthorized;
uint32 RequestsNotFound;
uint32 RequestsPerSec;
uint32 RequestsQueued;
uint32 RequestsRejected;
uint32 RequestsSucceeded;
uint32 RequestsTimedOut;
uint32 RequestsTotal;
uint32 RequestWaitTime;
uint32 ScriptEnginesCached;
uint32 SessionDuration;
uint32 SessionsCurrent;
uint32 SessionsTimedOut;
uint32 SessionsTotal;
uint32 TemplateCacheHitRate;
uint32 TemplateCacheHitRate_Base;
uint32 TemplateNotifications;
uint32 TemplatesCached;
uint64 Timestamp_Object;
uint64 Timestamp_PerfTime;
uint64 Timestamp_Sys100NS;
uint32 TransactionsAborted;
uint32 TransactionsCommitted;
uint32 TransactionsPerSec;
uint32 TransactionsPending;
uint32 TransactionsTotal;
};
Members
The Win32_PerfRawData_ASP_ActiveServerPages class has these types of members:
Properties
The Win32_PerfRawData_ASP_ActiveServerPages class has these properties.
- Caption
-
- Data type: string
- Access type: Read-only
Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- DebuggingRequests
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Debugging Requests") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of debugging document requests.
- Description
-
- Data type: string
- Access type: Read-only
Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- ErrorsDuringScriptRuntime
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors During Script Runtime") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that failed due to run-time errors.
- ErrorsFromASPPreprocessor
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors From ASP Preprocessor") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that failed due to preprocessor errors.
- ErrorsFromScriptCompilers
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors From Script Compilers") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that failed due to script compilation errors.
- ErrorsPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors/Sec") , CounterType (272696320) , DefaultScale (0) , PerfDetail (100)
Number of errors per second.
- Frequency_Object
-
- Data type: uint64
- Access type: Read-only
Frequency, in ticks per second, of Timestamp_Object. This property is defined by the provider. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Frequency_PerfTime
-
- Data type: uint64
- Access type: Read-only
Frequency, in ticks per second, of Timestamp_Perftime. A value could be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Frequency_Sys100NS
-
- Data type: uint64
- Access type: Read-only
Frequency, in ticks per second, of Timestamp_Sys100NS (10000000). This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- InMemoryTemplateCacheHitRate
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("In Memory Template Cache Hit Rate") , CounterType (537003008) , DefaultScale (0) , PerfDetail (100)
Percent of requests that are found in cached memory.
- InMemoryTemplateCacheHitRate_Base
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("") , CounterType (1073939459) , PerfIndex (2484) , HelpIndex (2485) , DefaultScale (0) , PerfDetail (100)
Property Qualifiers for Raw Performance Counter ClassesBase value for calculation of percentage.
- InMemoryTemplatesCached
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("In Memory Templates Cached") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of compiled templates that are cached in memory.
- Name
-
Label by which the statistic or metric is known. This property is inherited from CIM_StatisticalInformation.
- RequestBytesInTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Request Bytes In Total") , CounterType (65536) , DefaultScale (-4) , PerfDetail (100)
Total size, in bytes, of all requests.
- RequestBytesOutTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Request Bytes Out Total") , CounterType (65536) , DefaultScale (-4) , PerfDetail (100)
Total size, in bytes, of responses sent to clients. This does not include the standard HTTP response headers.
- RequestExecutionTime
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Request Execution Time") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)
Number of milliseconds that it took to execute the most recent request.
- RequestsDisconnected
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Disconnected") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that were disconnected due to communication failure.
- RequestsExecuting
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Executing") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that are currently executing.
- RequestsFailedTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Failed Total") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Total number of requests that failed due to errors, authorization failure, and rejections.
- RequestsNotAuthorized
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Not Authorized") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that failed due to insufficient access rights.
- RequestsNotFound
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Not Found") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests for files that were not found.
- RequestsPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests/Sec") , CounterType (272696320) , DefaultScale (0) , PerfDetail (100)
Number of requests that are executed per second.
- RequestsQueued
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Queued") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that are waiting for service from the queue.
- RequestsRejected
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Rejected") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Total number of requests that were not executed because there were insufficient resources to process them.
- RequestsSucceeded
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Succeeded") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Number of requests that executed successfully.
- RequestsTimedOut
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Timed Out") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of requests that timed out.
- RequestsTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Requests Total") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Total number of requests after the service was started.
- RequestWaitTime
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Request Wait Time") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)
Number of milliseconds the most recent request was waiting in the queue.
- ScriptEnginesCached
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Script Engines Cached") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of script engines in the cache.
- SessionDuration
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Session Duration") , CounterType (65536) , DefaultScale (3) , PerfDetail (100)
Number of milliseconds that the most recent session persisted.
- SessionsCurrent
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Current") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Current number of sessions that are being serviced.
- SessionsTimedOut
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Timed Out") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Number of sessions that have timed out.
- SessionsTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Total") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Total number of sessions after the service was started.
- TemplateCacheHitRate
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Template Cache Hit Rate") , CounterType (537003008) , DefaultScale (0) , PerfDetail (100)
Percent of requests that are found in the template cache.
- TemplateCacheHitRate_Base
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName (" ") , CounterType (1073939459) , DefaultScale (0) , PerfDetail (100)
Base value for calculating TemplateCacheHitRate.
- TemplateNotifications
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Template Notifications") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of templates that are invalidated in the cache due to change notification.
- TemplatesCached
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Templates Cached") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of templates that are currently cached.
- Timestamp_Object
-
- Data type: uint64
- Access type: Read-only
Object-defined timestamp that is defined by the provider. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Timestamp_PerfTime
-
- Data type: uint64
- Access type: Read-only
High Performance counter timestamp. A value could be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Timestamp_Sys100NS
-
- Data type: uint64
- Access type: Read-only
Timestamp value in 100 nanosecond units. This property is inherited from Win32_Perf.
For more information about using uint64 values in scripts, see Scripting in WMI.
- TransactionsAborted
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Transactions Aborted") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of transactions canceled.
- TransactionsCommitted
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Transactions Committed") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of transactions committed.
- TransactionsPending
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Transactions Pending") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of transactions in progress.
- TransactionsPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Transactions/Sec") , CounterType (272696320) , DefaultScale (0) , PerfDetail (100)
Transactions started per second.
- TransactionsTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Transactions Total") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Total number of transactions after the service was started.
Remarks
All classes derived from Win32_Perf are designed to be used with a refresher object. For more information about how to create and use a refresher object in C++, see Accessing Performance Data in C++. For more information about how to create and use a refresher object using scripts, see Refreshing WMI Data in Scripts.
The performance class and property qualifiers determine how to interpret the class data. For more information, see Class Qualifiers for Performance Counter Classes and Property Qualifiers for Performance Counter Classes.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
DLL |
|
See also
- Performance Counter Classes
- Accessing WMI Preinstalled Performance Classes
- WMI Tasks: Performance Monitoring
- Accessing Performance Data in Script
Send comments about this topic to Microsoft
Build date: 11/19/2012