Platform Analytics 7 Dataflow
Daily FLEX License datamart
Main ETL XML file
dailyflexlicense.xml
Output CSV files
daily_flex_license.csv
Record sample
DATE, WEEKDAY, COREHOUR, SHIFT, ISLSF, CLUSTERNAME, PROJECTNAME, VENDOR, FEATURE, VERSION, SERVER, EVENT, EVENTREASON, DURATION, CHECKOUTNUM, CHECKOUTMAX, EVENTCOUNT
"2005-11-03", 5, 0.0, "Shift 1", "LSF", "LSF62", "P2", "lsf_ld", "myjob1", "1.0", "ib04b12", "USED", "Normal", 195064.0, 271.0, 1.0, 271.0
"2005-11-03", 5, 1.0, "Shift 1", "Non-LSF", "Non-LSF", "UNKN", "lsf_ld", "myjob2", "1.0", "ib04b12", "USED", "Normal", 69600.0, 696.0, 29.0, 24.0
Column description
The Daily Flex License datamart gets its information from the wi_flexeventmartdaily 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_flexeventmartdaily table, and the format is "YYYY-MM-DD". |
WEEKDAY |
This is the weekday number from the localized time_stamp in the wi_flexeventmartdaily table, where "1" is Sunday, "2" is Monday, etc. |
COREHOUR |
The source is the core_hour in the wi_flexeventmartdaily table. The core_hour is based on the localized time_stamp. 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). |
SHIFT |
This is based on the localized time_stamp in the wi_flexeventmartdaily 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_flexeventmartdaily table. If cluster_name is not "LSF", this field returns "NON_LSF", otherwise, it returns "LSF". |
CLUSTERNAME |
The source is the cluster_name in the wi_clustercode table, which is based on the cluster_code column in the wi_flexeventmartdaily table. |
PROJECTNAME |
The source is the project_name in the wi_projectcode table, which is based on the project_code column in the wi_flexeventmartdaily 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_flexeventmartdaily 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_flexeventmartdaily 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_flexeventmartdaily 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_flexeventmartdaily 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_flexeventmartdaily 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_flexeventmartdaily table. |
DURATION |
The source is the duration column in the wi_flexeventmartdaily table. This field returns the sum of duration of the checkout period of this license during this day. |
CHECKOUTNUM |
The source is the check_out_num column of the wi_flexeventmartdaily table. This field returns the total number of checkouts of this license during this day. |
CHECKOUTMAX |
The source is the check_out_max column of the wi_flexeventmartdaily table. This field returns the maximum number of checkouts of this license during this day. |
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_flexeventmartdaily table. This field returns the number of events that have been consolidated for this record. |