BACK TO INDEX

Win32_NamedJobObjectActgInfo
This class represents the IO accounting information for a job object.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveProcessesUInt32Specifies the total number of processes currently associated with the job. When a process is associated with a job, but the association fails because of a limit violation, this value is temporarily incremented. When the terminated process exits and all references to the process are released, this value is decremented.
CaptionStringA short textual description (one-line string) for the statistic or metric.
DescriptionStringA textual description of the statistic or metric.
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. As a Kernel object job object names are case sensitive. Because WMI keys are case insensitive, the name of the named job object must be decorated as follows: a capital letter should be preceded by a backslash. As a consequence of this convention, 'A' and 'a' are lower case and '\A' and '\a' are upper case.
OtherOperationCountUInt64Specifies the number of I/O operations performed, other than read and write operations, by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
OtherTransferCountUInt64Specifies the number of bytes transferred during operations, other than read and write operations, by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
PeakJobMemoryUsedUInt32Specifies the peak memory in KB usage of all processes associated with the job.
PeakProcessMemoryUsedUInt32Specifies the most process memory in KB used by any process ever associated with the job.
ReadOperationCountUInt64Specifies the number of read operations performed by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
ReadTransferCountUInt64Specifies the number of bytes read by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
ThisPeriodTotalKernelTimeUInt64Specifies the total amount of kernel-mode execution time, in 100 nanoseconds, for all active processes associated with the job (as well as all terminated processes no longer associated with the job) since the last call that set a per-job kernel-mode time limit. This property is set to 0 on creation of the job, and each time a per-job kernel-mode time limit is established.
ThisPeriodTotalUserTimeUInt64Specifies the total amount of user-mode execution time, in 100 nanoseconds, for all active processes associated with the job (as well as all terminated processes no longer associated with the job) since the last call that set a per-job user-mode time limit. This property is set to 0 on creation of the job, and each time a per-job user-mode time limit is established
TotalKernelTimeUInt64Specifies the total amount of kernel-mode execution time, in 100 nanoseconds, for all active processes associated with the job, as well as all terminated processes no longer associated with the job.
TotalPageFaultCountUInt32Specifies the total number of page faults encountered by all active processes associated with the job, as well as all terminated processes no longer associated with the job.
TotalProcessesUInt32Specifies the total number of processes associated with the job during its lifetime, including those that have terminated. For example, when a process is associated with a job, but the association fails because of a limit violation, this value is incremented.
TotalTerminatedProcessesUInt32Specifies the total number of processes terminated because of a limit violation.
TotalUserTimeUInt64Specifies the total amount of user-mode execution time, in 100 nanoseconds, for all active processes associated with the job, as well as all terminated processes no longer associated with the job.
WriteOperationCountUInt64Specifies the number of write operations performed by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
WriteTransferCountUInt64Specifies the number of bytes written by all processes that have ever been associated with the job, in addition to all processes currently associated with the job.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_NamedJobObjectActgInfo
   {
    ActiveProcesses = 4;
    Name = "\\wmi\\provider\\sub\\system\\host\\job";
    OtherOperationCount = "19150089";
    OtherTransferCount = "2229598958";
    PeakJobMemoryUsed = 104697856;
    PeakProcessMemoryUsed = 59113472;
    ReadOperationCount = "4341012";
    ReadTransferCount = "3909121293";
    ThisPeriodTotalKernelTime = "6812187500";
    ThisPeriodTotalUserTime = "43828125000";
    TotalKernelTime = "6812187500";
    TotalPageFaultCount = 47163608;
    TotalProcesses = 152;
    TotalTerminatedProcesses = 0;
    TotalUserTime = "43828125000";
    WriteOperationCount = "202102";
    WriteTransferCount = "35949961";
   };