Win32_NamedJobObjectActgInfo class
The Win32_NamedJobObjectActgInfo WMI class class represents the I/O accounting information for a job object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("NamedJobObjectActgInfoProv"), UUID("{486F2A44-D0BF-46c1-9543-68EF5D37F1F9}"), AMENDMENT]
class Win32_NamedJobObjectActgInfo : CIM_StatisticalInformation
{
string Caption;
string Description;
uint32 ActiveProcesses;
string Name;
uint64 OtherOperationCount;
uint64 OtherTransferCount;
uint32 PeakJobMemoryUsed;
uint32 PeakProcessMemoryUsed;
uint64 ReadOperationCount;
uint64 ReadTransferCount;
uint64 ThisPeriodTotalKernelTime;
uint64 ThisPeriodTotalUserTime;
uint64 TotalKernelTime;
uint32 TotalPageFaultCount;
uint32 TotalProcesses;
uint32 TotalTerminatedProcesses;
uint64 TotalUserTime;
uint64 WriteOperationCount;
uint64 WriteTransferCount;
};
Members
The Win32_NamedJobObjectActgInfo class has these types of members:
Properties
The Win32_NamedJobObjectActgInfo class has these properties.
-
ActiveProcesses
-
-
Data type: uint32
-
Access type: Read-only
Total number of processes associated with a job. When a process is associated with a job, but the association fails because of a limit violation, the value is temporarily incremented. When the terminated process exits and all references to the process are released, the value is decremented.
-
-
Caption
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: MaxLen (64)
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.
-
-
Name
-
Label by which the statistic or metric is known. When subclassed, this property can be overridden to be a key property. This property overrides the Name property in CIM_StatisticalInformation.
-
OtherOperationCount
-
-
Data type: uint64
-
Access type: Read-only
Number of I/O operations performed, other than read and write operations, by all of the processes that have been associated with the job including all of the processes currently associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
OtherTransferCount
-
-
Data type: uint64
-
Access type: Read-only
Number of bytes transferred during operations, other than read and write, by all of the processes that have been associated with the job including all of the processes currently associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
PeakJobMemoryUsed
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: Units ("kilobytes")
Peak memory in kilobyte usage of all of the processes associated with the job.
-
-
PeakProcessMemoryUsed
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: Units ("kilobytes")
The most process memory in kilobytes used by any process ever associated with the job.
-
-
ReadOperationCount
-
-
Data type: uint64
-
Access type: Read-only
Number of read operations performed by all of the processes that have ever been associated with the job, in addition to all of the processes currently associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
ReadTransferCount
-
-
Data type: uint64
-
Access type: Read-only
Number of bytes read by all of the processes that have been associated with the job including all of the processes currently associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
ThisPeriodTotalKernelTime
-
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: Units ("100 nanoseconds")
Total amount of kernel-mode execution time, in 100 nanosecond units, for all active processes associated with the job (and all terminated processes no longer associated with the job) after the last call that set a per-job kernel-mode time limit. This property is set to 0 (zero) when a job is created, and each time a per-job kernel-mode time limit is established.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
ThisPeriodTotalUserTime
-
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: Units ("100 nanoseconds")
Total amount of user-mode execution time, in 100 nanosecond units, for all active processes associated with the job (and 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 (zero) when a job is created, and each time a per-job user-mode time limit is established.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
TotalKernelTime
-
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: Units ("100 nanoseconds")
Total amount of kernel-mode execution time, in 100 nanosecond units, for all active processes associated with the job, as well as all terminated processes no longer associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
TotalPageFaultCount
-
-
Data type: uint32
-
Access type: Read-only
Total number of page faults encountered by all of the active processes associated with the job, as well as all of the terminated processes no longer associated with the job.
-
-
TotalProcesses
-
-
Data type: uint32
-
Access type: Read-only
Total number of processes associated with the job during its lifetime, including those that are terminated. For example, when a process is associated with a job, but the association fails because of a limit violation, the value is incremented.
-
-
TotalTerminatedProcesses
-
-
Data type: uint32
-
Access type: Read-only
Total number of processes terminated because of a limit violation.
-
-
TotalUserTime
-
-
Data type: uint64
-
Access type: Read-only
-
Qualifiers: Units ("100 nanoseconds")
Total amount of user-mode execution time, in 100 nanosecond units, for all active processes associated with a job, and all of the terminated processes not associated with a job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
WriteOperationCount
-
-
Data type: uint64
-
Access type: Read-only
Number of write operations performed by all processes that have been associated with a job, and all of the processes currently associated with the job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
-
WriteTransferCount
-
-
Data type: uint64
-
Access type: Read-only
Number of bytes written by all of the processes that have been associated with a job, and all processes currently associated with a job.
For more information about using uint64 values in scripts, see Scripting in WMI.
-
Remarks
The Win32_NamedJobObjectActgInfo class is derived from the CIM_StatisticalInformation class.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|