Platform Analytics 7 Dataflow
Hourly Flex License datamart
Main ETL XML file
hourlyflexlicense.xml
Output CSV files
hourly_flex_license.csv
Record sample
DATE,HOUR,WEEKDAY,COREHOUR,SHIFT,ISLSF,CLUSTERNAME,PROJECTNAME,VENDOR,FEATURE,VERSION,SERVER,EVENT,EVENTREASON,DURATION,CHECKOUTNUM,CHECKOUTMAX,EVENTCOUNT
"2005-11-03",7,5,0,"Shift 1","LSF","LSF62","P2","lsf_ld","myjob2","1.0","ib04b12","USED","Normal",23900.0,32.0,2.0,16.0
"2005-11-03",8,5,0,"Shift 2","LSF","LSF62","P1","lsf_ld","myjob2","1.0","ib04b12","USED","Normal",24024.0,16.0,2.0,8.0
Column description
The Hourly Flex License datamart gets its information from the wi_flexeventmart table.
The following table describes each column and its source:
Column name |
Source and description |
DATE |
This is the date portion of the localized time_stamp in the wi_flexeventmart table, and the format is "YYYY-MM-DD". |
HOUR |
This is the hour portion of the localized time_stamp in the wi_flexeventmart table. |
WEEKDAY |
This is the weekday number from the localized time_stamp in the wi_flexeventmart table, where "1" is Sunday, "2" is Monday, etc. |
COREHOUR |
The source is the localized time_stamp in the wi_flexeventmart 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_flexeventmart table. The shifts transformer maps the localized time_stamp based on shift mapping and returns the user-defined shift. |
ISLSF |
This depends on the cluster_name column in the wi_flexeventmart table. If cluster_name is not "NON-LSF", this field returns "LSF", otherwise, it returns "NON-LSF". |
CLUSTERNAME |
The source is the cluster_name in the wi_clustercode table, which is based on the cluster_code column in the wi_flexeventmart table. |
PROJECTNAME |
The source is the project_name in the wi_projectcode table, which is based on the project_code column in the wi_flexeventmart table. |
SERVER |
The source is the lic_server_name in the wi_licservercode table, which is based on the lic_server_code column in the wi_flexeventmart table. |
VENDOR |
The source is the lic_vendor_name in the wi_licvendorcode table, which is based on the lic_vendor_code column in the wi_flexeventmart table. |
FEATURE |
The source is the lic_feature_name in the wi_licfeaturecode table, which is based on the lic_feature_code column in the wi_flexeventmart table. |
VERSION |
The source is the version_name in the wi_licversioncode table, which is based on the lic_version_code column in the wi_flexeventmart table. |
EVENT |
The source is the lic_event_name in the wi_liceventcode table, which is based on the lic_event_code column in the wi_flexeventmart table. |
EVENTREASON |
The source is the lic_eventreason_name in the wi_liceventreasoncode table, which is based on the lic_eventreason_code column in the wi_flexeventmart table. |
DURATION |
The source is the duration column in the wi_flexeventmart table. This field returns the sum of duration of the checkout period of this license during this hour. |
CHECKOUTNUM |
The source is the check_out_num column in the wi_flexeventmart table. This field returns the total number of checkouts of this license during this hour. |
CHECKOUTMAX |
The source is the check_out_max column of the wi_flexeventmart table. This field returns the maximum number of checkouts of this license during this hour. |
USERNAME |
The source is the user_name in the wi_usercode table, which is based on the user_code column in the in the wi_flexeventmartdaily table. |
HOSTNAME |
The source is the host_name in the wi_hostcode table, which is based on the host_code column in the in the wi_flexeventmartdaily table. |
EVENTCOUNT |
The source is the event_count column of the wi_flexeventmart table. This field returns the number of events that have been consolidated for this record. |