Platform Analytics 7 Dataflow

Jobs Vs Slot Utilization datamart

Main ETL XML file

jobs_v_slotutil.xml

Output CSV files

jobs_v_slotutil.csv

Record sample

TIMEPERIOD,DATE,HOUR,WEEKDAY,CLUSTERNAME,LSFHOST_TYPE,LSFHOST_MODEL,USERNAME,PROJECTNAME,QUEUENAME,CPUQTY,SLOTS,CATEGORY,NUM_OF_JOBS

"2010-01-30 16:00:00","2010-01-30",16,7,"lsf705_MC_left","LINUX86","PC6000","jxzhu","1","normal",3.0,0.0,"PEND",8.0
"2010-01-30 16:00:00","2010-01-30",16,7,"lsf705_MC_left","LINUX86","PC6000","jxzhu","1","normal",3.0,0.0,"SUSP",8.0

Column description

The Jobs Vs Slot Utilization datamart get its information from the wi_jobs_vs_slots table and wi_cluster_slots 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.
TIMEPERIOD
The source is the localized time_stamp.
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.
LSFHOST_TYPE
This is the Host type of job execution host .
LSFHOST_MODEL
This is the Host model of job execution host .
USERNAME
The source is dimension_name in the wi_dimensioncode table, which is based on user_code in the wi_jobs_vs_slots table.
PROJECTNAME
The source is dimension_name in the wi_dimensioncode table, which is based on project_code in the wi_jobs_vs_slots table.
QUEUENAME
The source is dimension_name in the wi_dimensioncode table, which is based on queue_code in the wi_jobs_vs_slots table.
CPUQTY
This is the # of execution processor of a slot which is using CPU.
SLOTS
This is the number of slots.
CATEGORY
 
NUM_OF_JOBS
This is the number of jobs.