Platform Analytics 7 Dataflow
Daily Workload License datamart
Main ETL XML file
dailyworkloadlicense.xml
Output CSV files
daily_workload_license.csv
Record sample
FINISHDATE,FINISHWEEKDAY,FINISHCOREHOUR,FINISHSHIFT,SUBMITDATE,SUBMITWEEKDAY,STARTDATE,STARTWEEKDAY,CLUSTERNAME,USERNAME,PROJECTNAME,QUEUENAME,SUBHOSTMAPNAME,EXECHOSTMAPNAME,EXECHOSTMODELNAME,EXECHOSTTYPENAME,JOBTYPE,NUMEXECPROCS,JOBEXITSTATUS,CPUTIME,MEMUSAGE,SWAPUSAGE,RUNTIME,PENDINGTIME,PENDINGTIMECATEGORY,JOBEXITCODE,VENDOR,FEATURE,SERVER,EVENT,EVENTREASON,DURATION,CHECKOUTNUM,CHECKOUTMAX,EVENTCOUNT,NUMOFJOB,JOBGROUP1,JOBGROUP2,JOBGROUP3,JOBGROUP4
"2008-06-25",4,1.0,"Shift 1","2008-06-25",4,"2008-06-25","4","cluster1","yuzhao","default","normal","labp01","labp01","UNKNOWN","UNKNOWN","00",1.0,"DONE",0.024,1.8203,16.3867,0.0333,0.05,"0 sec to < 5 sec","0","lsf_ld","lsf_analytics_advanced_dm","perfqa05","USED","Normal",0.0,1.0,1.0,1.0,1.0,"","","",""
"2008-06-25",4,1.0,"Shift 1","2008-06-25",4,"2008-06-25","4","cluster1","yuzhao","default","normal","labp01","labp01","UNKNOWN","UNKNOWN","00",1.0,"DONE",0.021,1.8594,16.4102,0.0333,0.0333,"0 sec to < 5 sec","0","lsf_ld","lsf_analytics_advanced_dm","perfqa05","USED","Normal",0.0,1.0,1.0,1.0,1.0,"/a","/a/b","/a/b/c","/a/b/c/d"
Column description
The Daily Workload License datamart get its information from the wi_lsfflexeventmartdaily table.
The following table briefly describes each column and its source:
Column name |
Source and description |
FINISHCOREHOUR |
The source is the core_hour in the wi_lsfflexeventmartdaily table. The core_hour is based on the original localized hourly finish_time. 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). |
FINISHDATE |
This is the date portion of the localized finish_time in the wi_lsfflexeventmartdaily table, and the format is "YYYY-MM-DD". |
FINISHSHIFT |
The source is the localized finish_time in the wi_lsfflexeventmartdaily table. The shifts transformer maps the localized finish_time based on shift mapping and returns the user-defined shift. |
FINISHWEEKDAY |
This is the weekday number from the localized finish_time, where "1" is Sunday, "2" is Monday, etc. |
SUBMITDATE |
This is the date portion of the localized finish_time in the wi_lsfflexeventmartdaily table, where the format is "YYYY-MM-DD". |
SUBMITWEEKDAY |
This is the weekday number from the localized queue_time, where "1" is Sunday, "2" is Monday, etc. |
STARTDATE |
This is the date portion of the localized start_time in the wi_lsfflexeventmartdaily table, and the format is "YYYY-MM-DD". |
STARTWEEKDAY |
This is the weekday number from the localized start_time, where "1" is Sunday, "2" is Monday, etc. |
CLUSTERNAME |
The source is the wi_clustercode table, as identified by cluster_code. The cluster_code source is the wi_lsfflexeventmartdaily table. |
USERNAME |
The source is the wi_lsfflexeventmartdaily table. User_code gets the user_name in the wi_usercode table, which is then put into this field. |
PROJECTNAME |
The source is the wi_projectcode table. The project_name uses the project_code in the wi_lsfflexeventmartdaily table. |
QUEUENAME |
The source is the wi_queuecode table. The queue_name uses the queue_code from wi_lsfflexeventmartdaily table. |
SUBHOSTMAPNAME |
The source is subhost_code in the wi_lsfflexeventmartdaily table. The subhost_code gets the host_name in the wi_hostcode table, transforms it through a user-defined map, and then puts the result into this column. |
EXECHOSTMAPNAME |
The source is host_name in the wi_hostcode table. The exechost_code in the wi_lsfflexeventmartdaily table gets the host_name, transforms it through a user-defind map, and then puts the result into this column. |
EXECHOSTMODELNAME |
The source is hostmodel_name in the wi_hostmodelcode table. The exechostmodel_code in the wi_lsfflexeventmartdaily table gets the hostmodel_name. |
EXECHOSTTYPENAME |
The source is hosttype_name in the wi_hosttypecode table. The exechosttype_code from wi_lsfflexeventmartdaily table gets the hosttype_name. |
JOBTYPE |
The source is the job_type column in the wi_lsfflexeventmartdaily table. |
NUMEXECPROCS |
The source is the num_exec_procs column in the wi_lsfflexeventmartdaily table. |
JOBEXITSTATUS |
The source is the job_exit_status column in the wi_lsfflexeventmartdaily table. |
CPUTIME |
The source is the cpu_time column in the wi_lsfflexeventmartdaily table. |
MEMUSAGE |
The source is the the mem_usage column in the wi_lsfflexeventmartdaily table. |
SWAPUSAGE |
The source is the swap_usage column in the wi_lsfflexeventmartdaily table. |
RUNTIME |
The source is the run_time column in the wi_lsfflexeventmartdaily table. |
PENDINGTIME |
The source is the pending_time column in the wi_lsfflexeventmartdaily table. |
PENDINGTIMECATEGORY |
This categorizes the pending_time into the following seven predefined levels or categories: "Not available," "0 sec to 5 sec," "5 sec to 30�sec," "30 sec to 5 minutes," "5 minutes to 1 hour," "1 hour to 1�day," and "More then one day." Note that the categorizing is done through javascript. |
JOBEXITCODE |
The source is the job_exit_code column in the wi_lsfflexeventmartdaily table. |
VENDOR |
The source is lic_vendor_name in the wi_licvendorcode table, which is based on lic_vendor_code in the wi_lsfflexeventmartdaily table. |
FEATURE |
The source is lic_feature_name in the wi_licfeaturecode table, which is based on lic_feature_code in the wi_lsfflexeventmartdaily table. |
SERVER |
The source is lic_server_name in the wi_licservercode table, which is based on lic_server_code in the wi_lsfflexeventmartdaily table. |
EVENT |
The source is lic_event_name in the wi_liceventcode table, which is based on lic_event_code in the wi_lsfflexeventmartdaily table. |
EVENTREASON |
The source is lic_eventreason_name in the wi_liceventreasoncode table, which is based on lic_eventreason_code in the wi_lsfflexeventmartdaily table. |
DURATION |
The source is the duration column in the wi_lsfflexeventmartdaily table. |
CHECKOUTNUM |
The source is the check_out_num column in the wi_lsfflexeventmartdaily table. |
CHECKOUTMAX |
The source is the check_out_max column in the wi_lsfflexeventmartdaily table. |
EVENTCOUNT |
The source is the event_count column in the wi_lsfflexeventmartdaily table. |
NUMOFJOB |
The source is the num_of_job column in the wi_lsfflexeventmartdaily table. |
JOBGROUP1 |
The first level in the Job Group dimension. |
JOBGROUP2 |
The second level in the Job Group dimension. |
JOBGROUP3 |
The third level in the Job Group dimension. |
JOBGROUP4 |
The fourth level in the Job Group dimension. |