Column name |
Source and description |
DATE |
This is the date portion of the localized time_stamp column in the wi_jobslotusagebygroupdaily table, and the format is "YYYY-MM-DD". |
WEEKDAY |
This is the weekday number from the localized time_stamp column in the wi_jobslotusagebygroupdaily table, where "1" is Sunday, "2" is Monday, etc. |
COREHOUR |
The source is the core_hour in the wi_jobslotusagebygroupdaily table. The core_hour is based on the localized time_stamp. If core_hour is within the range of 9am to 5pm on Monday to Friday, this field returns 1, otherwise, it returns 0. A value of 1 means that the data in this record is aggregated from the core_hour portion of the day (9am to 5pm, Monday to Friday). |
GROUP_TYPE |
Identifies whether the data is grouped by user, host, project, queue, job group, or job name. |
GROUP |
The source is dimension_name in the wi_dimensioncode table, as identified by group_code. The group reflects the group_type. For example, if group_type is by host, then the group is the host name; likewise, if group_type is by user, then the group is the user name. |
CLUSTERNAME |
The source is the wi_clustercode table, as identified by cluster_code. The cluster_code source is the wi_jobslotusagebygroupdaily table. |
MAX_VALUE |
This is the job slot's maximum usage per specific group-type during one day. The source is the max_slot_usage column in the wi_jobslotusagebygroupdaily table. |
MIN_VALUE |
This is the job slot's minimum usage per specific group-type during one day. The source is the min_slot_usage column in the wi_jobslotusagebygroupdaily table. |
SUM_VALUE |
This is the job slot's total usage per specific group-type during one day. The source is the total_slot_usage column in the wi_jobslotusagebygroup table. |
COUNTER |
This is the number of records that get consolidated for this record's slot usage calculation. The source is the counter column in the wi_jobslotusagebygroupdaily table |
MAX_UTIL |
This is the job slot's maximum utilization per a specific group-type during one day. The source is the max_slot_util column in the wi_jobslotusagebygroupdaily table. If the group-type is not by host or queue, then the value will be null. The slot utilization is first calculated across the slot limit for each sample. Then, the slot utilization is calculated based on this limit for each sample. The maximum slot utilization is then taken for the hour. |
MIN_UTIL |
This is the job slot's minimum utilization per a specific group-type during one day. The source is the min_slot_util column in the wi_jobslotusagebygroupdaily table. If the group-type is not by host or queue, then the value will be null. The slot utilization is first calculated across the slot limit for each sample. Then, the slot utilization is calculated based on this limit for each sample. The minimum slot utilization is then taken for the hour. |
AVG_UTIL |
This is the job slot's average utilization per a specific group-type during one day. The source is the avg_slot_util column in the wi_jobslotusagebygroupdaily table. If the group-type is not by host or queue, then the value will be null. The slot utilization is first calculated across the slot limit for each sample. Then, the slot utilization is calculated based on this limit for each sample. The average slot utilization is then taken for the hour. |
COUNTER_UTIL |
This is the number of samples taken for a record and used for a slot utilization calculation. Since slot utilization is first summarized across the same time for the slot limit calculation, this value may be different from the counter column. |