Start of change

Collection Services data files: QAPMSMJMI

This database file contains summarized metrics from job data (*JOBMI collection category) that may be used in support of system monitoring.

These metrics are calculated from more discrete data found in the QAPMJOBMI file. The breakdown dimension identifies a grouping of jobs for which data is provided. One record is written per database interval per breakdown dimension.

Field Name Description Attribute
INTNUM Interval number. The nth sample database interval based on the start time specified in the Create Performance Data (CRTPFRDTA) command. PD (5,0)
DATETIME Interval date and time. The date and time of the sample interval. Timestamp
INTSEC Elapsed interval seconds. The number of seconds since the last sample interval. PD (7,0)
SMMBDD Job breakdown dimension. Identifies which records from QAPMJOBMI were used to calculate the data in this record.
  • '01' - Interactive (job type I) jobs (including threads)
  • '02' - Batch (job type B) jobs (including threads)
C (2)
SMMNUM Number of entries included in this data. B (9,0)
SMMTCPUP CPU used percent. Percent of unscaled CPU time consumed relative to the configured CPU entitlement of the partition. B (9,2)
SMMTCPUT CPU used. Accumulated unscaled CPU time consumed in microseconds.
Note: Based on field JBTCPU in QAPMJOBMI.
B (18,0)
SMMMCPUP Maximum CPU used percent. The largest amount of unscaled CPU time consumed relative to the configured CPU entitlement of the partition consumed by a job. B (9,2)
SMMMCPUT Maximum CPU used. The largest amount of unscaled CPU time consumed in microseconds by a job. B (18,0)
SMMMCPUJ Maximum CPU job identifier. The value of JBTDE for the job with the highest CPU usage. C (8)
SMMMCNAME Maximum CPU job name. Job name for the job with the highest CPU usage. C (16)
SMMMCUSER Maximum CPU job user. Job user for the job with the highest CPU usage. C (10)
SMMMCNBR Maximum CPU job number. Job number for the job with the highest CPU usage. C (6)
SMMB4F01 Reserved. B (9,0)
SMMB8F01 Reserved. B (18,0)
End of change