BACK TO INDEX

Win32_PerfFormattedData_PerfProc_JobObject
Reports the accounting and processor usage data collected by each active named Job object.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) for the statistic or metric.
CurrentPercentKernelModeTimeUInt64Current % Kernel mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in kernel or privileged mode.
CurrentPercentProcessorTimeUInt64Current % Processor Time shows the percentage of the sample interval that the processes in the Job object spent executing code.
CurrentPercentUserModeTimeUInt64Current % User mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in user mode.
DescriptionStringA textual description of the statistic or metric.
Frequency_ObjectUInt64NA
Frequency_PerfTimeUInt64NA
Frequency_Sys100NSUInt64NA
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.
PagesPerSecUInt32Pages/Sec shows the page fault rate of all the processes in the Job object.
ProcessCountActiveUInt32Process Count - Active shows the number of processes that are currently associated with the Job object.
ProcessCountTerminatedUInt32Process Count - Terminated shows the number of processes that have been terminated because of a limit violation.
ProcessCountTotalUInt32Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object.
ThisPeriodmSecKernelModeUInt64This Period mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
ThisPeriodmSecProcessorUInt64This Period mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
ThisPeriodmSecUserModeUInt64This Period mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established.
Timestamp_ObjectUInt64NA
Timestamp_PerfTimeUInt64NA
Timestamp_Sys100NSUInt64NA
TotalmSecKernelModeUInt64Total mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
TotalmSecProcessorUInt64Total mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
TotalmSecUserModeUInt64Total mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created.
SAMPLE DATA INSTANCE
   [Description("Reports the accounting and processor usage data collected by each active named Job object."): ToInstance Amended, DisplayName("Job Object"): ToInstance Amended, genericperfctr: ToInstance Amended, locale(1033): ToInstance Amended]
   instance of Win32_PerfFormattedData_PerfProc_JobObject
   {
    [Description("Current % Kernel mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in kernel or privileged mode."): ToInstance Amended, DisplayName("Current % Kernel Mode Time"): ToInstance Amended] CurrentPercentKernelModeTime = "0";
    [Description("Current % Processor Time shows the percentage of the sample interval that the processes in the Job object spent executing code."): ToInstance Amended, DisplayName("Current % Processor Time"): ToInstance Amended] CurrentPercentProcessorTime = "0";
    [Description("Current % User mode Time shows the percentage of the sample interval that the processes in the Job object spent executing code in user mode."): ToInstance Amended, DisplayName("Current % User Mode Time"): ToInstance Amended] CurrentPercentUserModeTime = "0";
    Name = "WmiProviderSubSystemHostJob";
    [Description("Pages/Sec shows the page fault rate of all the processes in the Job object."): ToInstance Amended, DisplayName("Pages/Sec"): ToInstance Amended] PagesPerSec = 8659;
    [Description("Process Count - Active shows the number of processes that are currently associated with the Job object."): ToInstance Amended, DisplayName("Process Count - Active"): ToInstance Amended] ProcessCountActive = 4;
    [Description("Process Count - Terminated shows the number of processes that have been terminated because of a limit violation."): ToInstance Amended, DisplayName("Process Count - Terminated"): ToInstance Amended] ProcessCountTerminated = 0;
    [Description("Process Count - Total shows the number of processes, both active and terminated, that are or have been associated with the Job object."): ToInstance Amended, DisplayName("Process Count - Total"): ToInstance Amended] ProcessCountTotal = 152;
    [Description("This Period mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established."): ToInstance Amended, DisplayName("This Period mSec - Kernel Mode"): ToInstance Amended] ThisPeriodmSecKernelMode = "7501250";
    [Description("This Period mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established."): ToInstance Amended, DisplayName("This Period mSec - Processor"): ToInstance Amended] ThisPeriodmSecProcessor = "5956531";
    [Description("This Period mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since a time limit on the Job was established."): ToInstance Amended, DisplayName("This Period mSec - User Mode"): ToInstance Amended] ThisPeriodmSecUserMode = "5206406";
    [Description("Total mSec - Kernel mode shows the time, in milliseconds, of kernel mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created."): ToInstance Amended, DisplayName("Total mSec - Kernel Mode"): ToInstance Amended] TotalmSecKernelMode = "750125";
    [Description("Total mSec - Processor shows the time, in milliseconds, of processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created."): ToInstance Amended, DisplayName("Total mSec - Processor"): ToInstance Amended] TotalmSecProcessor = "5956531";
    [Description("Total mSec - User mode shows the time, in milliseconds, of user mode processor time used by all the processes in the Job object, including those that have terminated or that are no longer associated with the Job object, since the Job object was created."): ToInstance Amended, DisplayName("Total mSec - User Mode"): ToInstance Amended] TotalmSecUserMode = "5206406";
   };