Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Hourly Jobthroughput datamart

Main ETL XML file

jobthroughput.xml

Output CSV files

jobthroughput.csv

Record sample

DATE,HOUR,WEEKDAY,COREHOUR,SHIFT,CLUSTERNAME,USERNAME,PROJECTNAME,QUEUENAME, HOSTNAME,SUBMIT_NUM,EXIT_NUM,DONE_NUM

"2005-11-01",0,3,0,"Shift 1","LSF62","dazhang","P2","normal","ib06b14.lsf.platform.com",0.0,0.0,13.0

"2005-11-01",0,3,0,"Shift 1","LSF62","dazhang","P1","priority","ib01b14.lsf.platform.com",0.0,0.0,3.0

Column description

The Hourly Jobthroughput datamart gets its data in the wi_jobthroughput 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_period column in the wi_jobthroughput table, and the format is "YYYY-MM-DD".

HOUR

This is the hour portion of the localized time_period column in the wi_jobthroughput table.

WEEKDAY

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

COREHOUR

The source is the localized time_stamp in the wi_jobthroughput 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_jobthroughput 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_jobthroughput table.

USERNAME

The source is the wi_usercode table, with user_code. The user_code source is the wi_jobthroughput table.

PROJECTNAME

The source is the wi_projectcode table, with project_code. The project_code source is the wi_jobthroughput table.

QUEUENAME

The source is the wi_queuecode table, with queue_code. The queue_code source is the wi_jobthroughput table.

HOSTNAME

The source is host_name in the wi_hostcode table, which is based on host_code in the wi_jobthroughput table.

SUBMIT_NUM

The source is the submit_num column in the wi_jobthroughput table. The value is the number of submitted job during this time_period.

EXIT_NUM

The source is the exit_num column in the wi_jobthroughput table. The value is the number of exited job during this time_period.

DONE_NUM

The source is the done_num column in the wi_jobthroughput table. The value is the number of done job during this time_period.

Previous Topic Next Topic Index