Class CIM_JobProcessingStatistics
extends CIM_StatisticalData

This class records the completion statistics (such as ElapsedTime) and other information for its associated Job. The class will be extended in a future release to include statistics regarding resource utilization. Note that there may be many instances of this class if the Job is recurring (i.e., if its JobRunTimes property is not 1).

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalData
   |
   +--CIM_JobProcessingStatistics

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class records the completion statistics (such as ElapsedTime) and other information for its associated Job. The class will be extended in a future release to include statistics regarding resource utilization. Note that there may be many instances of this class if the Job is recurring (i.e., if its JobRunTimes property is not 1).
Experimentalbooleantrue
UMLPackagePathstringCIM::System::Processing
Versionstring2.8.1000

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
CPUTimeUseduint32
Counterbooleantrue
DescriptionstringSpecifies the number of milliseconds of CPU that this job has used in its current (or last) run. When a job is actively running, this number will continue to change until the job has finished its execution, either successfully or unsuccessfully.
ModelCorrespondencestringCIM_BatchJob.MaxCPUTime
PUnitstringsecond * 10^-3
UnitsstringMilliSeconds
ElapsedTimedatetime
DescriptionstringThe total execution time of the Job. This MUST be represented in interval format.
ModelCorrespondencestringCIM_Job.ElapsedTime
PercentCompleteuint16
DescriptionstringThe percentage of the job that was completed at the time that the Job terminated. Note that this value will be less than 100 if the Job terminated prematurely. Note that the value 101 is undefined and will be not be allowed in the next major revision of the specification.
MaxValuesint64101
MinValuesint640
ModelCorrespondencestringCIM_Job.PercentComplete
PUnitstringpercent
UnitsstringPercent
Priorityuint32
DescriptionstringIndicates the urgency or importance of execution of the Job. The lower the number, the higher the priority.
ModelCorrespondencestringCIM_Job.Priority
StartTimedatetime
DescriptionstringThe time that this invocation of the Job was started. This SHOULD be represented by an actual date and time, and not in interval format.
ModelCorrespondencestringCIM_Job.StartTime

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_StatisticalData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_StatisticalData
RateIntervalEndTimedatetimeCIM_StatisticalData
RateIntervalStartTimedatetimeCIM_StatisticalData
SampleIntervaldatetimeCIM_StatisticalData
StartStatisticTimedatetimeCIM_StatisticalData
StatisticTimedatetimeCIM_StatisticalData

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
ResetSelectedStatsuint32CIM_StatisticalData