
Platform Analytics 7
Dataflow
Daily Jobthroughput datamart
Main ETL XML file
jobthroughputDaily.xml
Output CSV files
jobthroughputDaily.csv
Record sample
DATE,HOUR,WEEKDAY,COREHOUR,CLUSTERNAME,USERNAME,PROJECTNAME,QUEUENAME,HOSTMAPNAME,
HOSTMODEL,HOSTTYPE,SUBMIT_NUM,EXIT_NUM,DONE_NUM;NPROCS;NCORES;NTHREADS
"2005-10-31",0,2,0.0,"LSF62","dazhang","P2","normal","ib01b14.lsf.platform.com","Opteron848","LINUX86",0.0,28.0,4.0,
?/span>"UNKNOWN","UNKNOWN","UNKNOWN"
"2005-11-01",0,3,0.0,"LSF62","dazhang","P2","normal","ib06b14.lsf.platform.com","Intel_EM64T","LINUX86",0.0,129.0,44.0,
?/span>"1","2","3"
Column description
The Daily Jobthroughput datamart
gets its data in the wi_jobthroughputdaily table.
The following table briefly
describes each column and its source:
|
|
|
This is the date
portion of the localized time_period column in the wi_jobthroughputdaily
table, and the format is "YYYY-MM-DD".
|
|
This is the hour
portion of the localized time_period column in the wi_jobthroughputdaily
table.
|
|
This is the weekday number
from the localized time_period column in the wi_jobthroughputdaily table,
where "1" is Sunday, "2" is Monday, etc.
|
|
This is the core_hour
in the wi_jobthroughputdaily table.
|
|
The source is the
wi_clustercode table, as identified by cluster_code. The cluster_code source
is the wi_jobthroughputdaily table.
|
|
The source is the
wi_usercode table, with user_code. The user_code source is the
wi_jobthroughputdaily table.
|
|
The source is the wi_projectcode
table, with project_code. The project_code source is the
wi_jobthroughputdaily table.
|
|
The source is the
wi_queuecode table, with queue_code. The queue_code source is the
wi_jobthroughputdaily table.
|
|
The source is
host_name in the wi_hostcode table, with host_code. The host_code source is
the wi_jobthroughputdaily table.
|
|
The source is
hostmodel_name in the wi_hostmodelcode table, with hostmodel_code. The
hostmodel_code source is the wi_jobthroughputdaily table.
|
|
The source is
hosttype_name in the wi_hosttypecode table, with hosttype_code. The
hosttype_code source is the wi_jobthroughputdaily table.
|
|
The source is the
submit_num column in the wi_jobthroughputdaily table. The value is the number
of submitted job during this time_period.
|
|
The source is the
exit_num column in the wi_jobthroughputdaily table. The value is the number
of exited job during this time_period.
|
|
The source is the done_num
column in the wi_jobthroughputdaily table. The value is the number of done
job during this time_period.
|
NPROCS
|
This is the number of physical processors
of the host, which is got from nprocs in wi_hostproperties table.
|
NCORES
|
This is the number of cores per
processors of the host, which is got from ncores in wi_hostproperties table.
|
NTHREADS
|
This is the number of threads per core of
the host, which is got from nthreads in wi_hostproperties table.
|