Platform Analytics 7 Dataflow

Daily Jobs by Pending Reason datamart

Main ETL XML file

pendJobNumberdaily.xml

Output CSV files

pendJobNumberDaily.csv

Record sample

DATE; WEEKDAY; COREHOUR; CLUSTERNAME; GROUPNAME; DIMENSIONNAME; TOTALJOBNUMBER; MINJOBNUMBER; MAXJOBNUMBER; COUNTER

"2005-11-07"; 2; 0.0; "lsf61"; "By Pending Reason"; "Closed by LSF administrator"; 3.1631616E7; 494244.0; 494244.0; 64.0

"2005-11-07"; 2; 0.0; "lsf61"; "By Pending Reason"; "Host is locked by LSF administrator"; 3.1631616E7; 494244.0; 494244.0; 64.0

Column description

The Daily Jobs by Pending Reason datamart get its information from the wi_jobsbypendreasondaily 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_jobsbypendreasondaily table, and the format is "YYYY-MM-DD".

WEEKDAY

This is the weekday number from the localized time_stamp column in the wi_jobsbypendreasondaily table, where "1" is Sunday, "2" is Monday, etc.

COREHOUR

The source is the core_hour in the wi_jobsbypendreasondaily 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).

CLUSTERNAME

The source is the wi_clustercode table, as identified by cluster_code. The cluster_code source is the wi_jobsbypendreasondaily table.

GROUPNAME

This is the group_name column in the wi_jobsbypendreasondaily table.

DIMENSIONNAME

The source is dimension_name in the wi_dimensioncode table, which is based on group_code in the wi_jobsbypendreasondaily table.

TOTALJOBNUMBER

This is the total_job_number column in the wi_jobsbypendreasondaily table.

MINJOBNUMBER

This is the min_job_number column in the wi_jobsbypendreasondaily table.

MAXJOBNUMBER

This is the max_job_number column in the wi_jobsbypendreasondaily table.

COUNTER

This is the counter column in the wi_jobsbypendreasondaily table.