MVS_ADDRDIS_MSU_HV, _DV, _MV
Supplied with the Address Space and Job Statistics subcomponent, these views provide hourly, daily, and monthly MSU per hour usage on Job Name level.
They are based on the MVS_ADDRDIST2_H table, with data that comes from SMF type 30, subtypes 2 and 3 records.
| Column name | Data type | Description | |
|---|---|---|---|
| DATE | K | DATE | Date when the activities occurred. For the _MV view, this is the date of the first day of the month. From (description) SMF30ISS and SMF30IET for GMT time. The UPDATE definition can be customized for local time by using SMF30IDT and SMF30IST. |
| TIME | K | TIME | Time (rounded down to the nearest hour) when the activities occurred. It applies only to the _HV view. From (description) SMF30ISS and SMF30IET for GMT time. The UPDATE definition can be customized for local time by using SMF30IDT and SMF30IST. |
| PERIOD_NAME | K | CHAR(8) | Name of the period. This is derived using fields SMF30SID, SMF30IDT, SMF30IST, SMF30DTE, and SMF30TME as parameters in the PERIOD function. |
| MVS_SYSTEM_ID | K | CHAR(4) | MVS system ID. This is the SMF system ID. From SMF70SID. |
| SUBSYSTEM_ID | K | CHAR(4) | Name of the subsystem. From SMF30WID. |
| JOB_NAME | K | CHAR(8) | Name of job. From SMF30JBN. |
| MSU_HR | FLOAT | Average MSU consumed per hour. Calculated as the average of (MSU_CPU+MSU_SRB) * (3600/MEASURED_SEC). |