BACK TO INDEX

Win32_PerfFormattedData_Spooler_PrintQueue
Displays performance statistics about a Print Queue.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AddNetworkPrinterCallsUInt32Total number of calls from other print servers to add shared network printers to this server since last restart.
BytesPrintedPersecUInt64Number of bytes per second printed on a print queue.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
EnumerateNetworkPrinterCallsUInt32Total number of calls from browse clients to this print server to request network browse lists since last restart.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
JobErrorsUInt32Total number of job errors in a print queue since last restart.
JobsUInt32Current number of jobs in a print queue.
JobsSpoolingUInt32Current number of spooling jobs in a print queue.
MaxJobsSpoolingUInt32Maximum number of spooling jobs in a print queue since last restart.
MaxReferencesUInt32Peak number of references (open handles) to this printer.
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.
NotReadyErrorsUInt32Total number of printer not ready errors in a print queue since the last restart.
OutofPaperErrorsUInt32Total number of out of paper errors in a print queue since the last restart.
ReferencesUInt32Current number of references (open handles) to this printer.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalJobsPrintedUInt32Total number of jobs printed on a print queue since the last restart.
TotalPagesPrintedUInt32Total 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;
   };