Win32_PerfRawData_Spooler_PrintQueue class
The Win32_PerfRawData_Spooler_PrintQueue raw performance data class provides raw data from performance counters that monitor print queues.
This class represents the Print Queue object in System Monitor. The original data source is the Spooler performance library. The corresponding formatted data class is Win32_PerfFormattedData_Spooler_PrintQueue. 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 Raw Performance Counter Classes. For more information about CounterType values, see WMI Performance Counter Types.
Syntax
class Win32_PerfRawData_Spooler_PrintQueue : Win32_PerfRawData
{
uint32 AddNetworkPrinterCalls;
uint64 BytesPrintedPerSec;
string Caption;
string Description;
uint32 EnumerateNetworkPrinterCalls;
uint64 Frequency_Object;
uint64 Frequency_PerfTime;
uint64 Frequency_Sys100NS;
uint32 JobErrors;
uint32 Jobs;
uint32 JobsSpooling;
uint32 MaxJobsSpooling;
uint32 MaxReferences;
string Name;
uint32 NotReadyErrors;
uint32 OutOfPaperErrors;
uint32 References;
uint64 Timestamp_Object;
uint64 Timestamp_PerfTime;
uint64 Timestamp_Sys100NS;
uint32 TotalJobsPrinted;
uint32 TotalPagesPrinted;
};
Members
The Win32_PerfRawData_Spooler_PrintQueue class has these types of members:
Properties
The Win32_PerfRawData_Spooler_PrintQueue class has these properties.
- AddNetworkPrinterCalls
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Add Network Printer Calls") , CounterType (65536) , DefaultScale (-1) , PerfDetail (400)
Total number of calls from other print servers to add shared network printers to this server after the last restart.
- BytesPrintedPerSec
-
- Data type: uint64
- Access type: Read-only
- Qualifiers: DisplayName ("Bytes Printed/sec") , CounterType (272696576) , DefaultScale (-5) , PerfDetail (200)
Number of bytes per second printed on a print queue.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Caption
-
- Data type: string
- Access type: Read-only
Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- Description
-
- Data type: string
- Access type: Read-only
Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- EnumerateNetworkPrinterCalls
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Enumerate Network Printer Calls") , CounterType (65536) , DefaultScale (-1) , PerfDetail (400)
Total number of calls from browse clients to this print server to request network browse lists after last restart.
- 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 can 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.
- JobErrors
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Job Errors") , CounterType (65536) , DefaultScale (-1) , PerfDetail (200)
Total number of job errors in a print queue after the last restart.
- Jobs
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Jobs") , PerfDefault, CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Current number of jobs in a print queue.
- JobsSpooling
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Jobs Spooling") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Current number of spooling jobs in a print queue.
- MaxJobsSpooling
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Max Jobs Spooling") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Maximum number of spooling jobs in a print queue after the last restart.
- MaxReferences
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Max References") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Maximum number of references to a print queue after the last restart.
- Name
-
Label by which the statistic or metric is known. This property is inherited from CIM_StatisticalInformation.
- NotReadyErrors
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Not Ready Errors") , CounterType (65536) , DefaultScale (-1) , PerfDetail (200)
Total number of printer-not-ready errors in a print queue after the last restart.
- OutOfPaperErrors
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Out of Paper Errors") , CounterType (65536) , DefaultScale (-1) , PerfDetail (200)
Total number of out-of-paper errors in a print queue after the last restart.
- References
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("References") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Current number of references to a print queue.
- Timestamp_Object
-
- Data type: uint64
- Access type: Read-only
Object-defined timestamp, 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.
- TotalJobsPrinted
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Total Jobs Printed") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Total number of jobs printed on a print queue after the last restart.
- TotalPagesPrinted
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Total Pages Printed") , CounterType (65536) , DefaultScale (-1) , PerfDetail (100)
Total number of pages printed through GDI on a print queue after the last restart.
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