| Win32_PerfFormattedData_Spooler_PrintQueue | |||
| Displays performance statistics about a Print Queue. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AddNetworkPrinterCalls | UInt32 | Total number of calls from other print servers to add shared network printers to this server since last restart. | |
| BytesPrintedPersec | UInt64 | Number of bytes per second printed on a print queue. | |
| Caption | String | A short textual description (one-line string) for the statistic or metric. | |
| Description | String | A textual description of the statistic or metric. | |
| EnumerateNetworkPrinterCalls | UInt32 | Total number of calls from browse clients to this print server to request network browse lists since last restart. | |
| Frequency_Object | UInt64 | NA | |
| Frequency_PerfTime | UInt64 | NA | |
| Frequency_Sys100NS | UInt64 | NA | |
| JobErrors | UInt32 | Total number of job errors in a print queue since last restart. | |
| Jobs | UInt32 | Current number of jobs in a print queue. | |
| JobsSpooling | UInt32 | Current number of spooling jobs in a print queue. | |
| MaxJobsSpooling | UInt32 | Maximum number of spooling jobs in a print queue since last restart. | |
| MaxReferences | UInt32 | Peak number of references (open handles) to this printer. | |
| 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. | |
| NotReadyErrors | UInt32 | Total number of printer not ready errors in a print queue since the last restart. | |
| OutofPaperErrors | UInt32 | Total number of out of paper errors in a print queue since the last restart. | |
| References | UInt32 | Current number of references (open handles) to this printer. | |
| Timestamp_Object | UInt64 | NA | |
| Timestamp_PerfTime | UInt64 | NA | |
| Timestamp_Sys100NS | UInt64 | NA | |
| TotalJobsPrinted | UInt32 | Total number of jobs printed on a print queue since the last restart. | |
| TotalPagesPrinted | UInt32 | Total number of pages printed through GDI on a print queue since the last restart. | |
| SAMPLE DATA INSTANCE | |||
|    [Description("Displays performance statistics about a Print Queue."): ToInstance Amended, DisplayName("Print Queue"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]    instance of Win32_PerfFormattedData_Spooler_PrintQueue    {     [Description("Total number of calls from other print servers to add shared network printers to this server since last restart."): ToInstance Amended, DisplayName("Add Network Printer Calls"): ToInstance Amended] AddNetworkPrinterCalls = 0;     [Description("Number of bytes per second printed on a print queue."): ToInstance Amended, DisplayName("Bytes Printed/sec"): ToInstance Amended] BytesPrintedPersec = "0";     [Description("Total number of calls from browse clients to this print server to request network browse lists since last restart."): ToInstance Amended, DisplayName("Enumerate Network Printer Calls"): ToInstance Amended] EnumerateNetworkPrinterCalls = 0;     [Description("Total number of job errors in a print queue since last restart."): ToInstance Amended, DisplayName("Job Errors"): ToInstance Amended] JobErrors = 0;     [Description("Current number of jobs in a print queue."): ToInstance Amended, DisplayName("Jobs"): ToInstance Amended] Jobs = 0;     [Description("Current number of spooling jobs in a print queue."): ToInstance Amended, DisplayName("Jobs Spooling"): ToInstance Amended] JobsSpooling = 0;     [Description("Maximum number of spooling jobs in a print queue since last restart."): ToInstance Amended, DisplayName("Max Jobs Spooling"): ToInstance Amended] MaxJobsSpooling = 0;     [Description("Peak number of references (open handles) to this printer."): ToInstance Amended, DisplayName("Max References"): ToInstance Amended] MaxReferences = 6;     Name = "Send To OneNote 2007";     [Description("Total number of printer not ready errors in a print queue since the last restart."): ToInstance Amended, DisplayName("Not Ready Errors"): ToInstance Amended] NotReadyErrors = 0;     [Description("Total number of out of paper errors in a print queue since the last restart."): ToInstance Amended, DisplayName("Out of Paper Errors"): ToInstance Amended] OutofPaperErrors = 0;     [Description("Current number of references (open handles) to this printer."): ToInstance Amended, DisplayName("References"): ToInstance Amended] References = 5;     [Description("Total number of jobs printed on a print queue since the last restart."): ToInstance Amended, DisplayName("Total Jobs Printed"): ToInstance Amended] TotalJobsPrinted = 0;     [Description("Total number of pages printed through GDI on a print queue since the last restart."): ToInstance Amended, DisplayName("Total Pages Printed"): ToInstance Amended] TotalPagesPrinted = 0;    }; | |||