Platform Analytics 7 Dataflow

Hourly Job Statistics datamart

Main ETL XML file

jobNumber.xml

Output CSV files

jobNumber.csv

Record sample

DATE; HOUR; WEEKDAY; COREHOUR; SHIFT; CLUSTERNAME; JOBTYPE; JOBSTATUS; GROUPNAME; DIMENSIONNAME; TOTALJOBNUMBER; MINJOBNUMBER; MAXJOBNUMBER; COUNTER

"2005-10-31"; 17; 2; 0; "Shift 3"; "LSF62"; "BATCH"; "RUN"; "By Cluster"; "LSF62"; 24.0; 6.0; 6.0; 4.0

"2005-10-31"; 17; 2; 0; "Shift 3"; "LSF62"; "PARALLEL"; "RUN"; "By Cluster"; "LSF62"; 24.0; 6.0; 6.0; 4.0

Column description

The Hourly Job Statistics datamart get its information from the wi_numberofjobs table.

The following table briefly describes each column and its source:
Column name
Source and description
DATE
This is the date portion of the localized time_stamp column in the wi_numberofjobs table, and the format is "YYYY-MM-DD".
HOUR
This is the hour portion of the localized time_stamp column in the wi_numberofjobs table.
WEEKDAY
This is the weekday number from the localized time_stamp column in the wi_numberofjobs table, where "1" is Sunday, "2" is Monday, etc.
COREHOUR
The source is the localized time_stamp in the wi_numberofjobs table. If the time_stamp 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).
SHIFT
This is based on the localized time_stamp in the wi_numberofjobs table. The shifts transformer maps the localized time_stamp based on shift mapping and returns the user-defined shift.
CLUSTERNAME
The source is the wi_clustercode table, as identified by cluster_code. The cluster_code source is the wi_numberofjobs table.
JOBTYPE
This is the job_type column in the wi_numberofjobs table.
JOBSTATUS
This is the job_status column in the wi_numberofjobs table.
GROUPNAME
This is the group_name column in the wi_numberofjobs table.
DIMENSIONNAME
The source is dimension_name in the wi_dimensioncode table, which is based on group_code in the wi_numberofjobs table.
TOTALJOBNUMBER
This is the total_job_number column in the wi_numberofjobs table.
MINJOBNUMBER
This is the min_job_number column in the wi_numberofjobs table.
MAXJOBNUMBER
This is the max_job_number column in the wi_numberofjobs table.
COUNTER
This is the counter column in the wi_numberofjobs table.