Platform Analytics 7 Dataflow
Daily License Usage datamart
Main ETL XML file
licenseusagebyuserdaily.xml
Output CSV files
licenseusagebyuserdaily.csv
Record sample
DATE,WEEKDAY,COREHOUR,VENDOR,FEATURE,SERVER,USERNAME,MAXUSAGE,SUMUSAGE,SAMPLINGCOUNT,TOTALAVAIL
"2005-11-03",5,0.0,"lsf_ld0","myjob0","server1","user1",1,78,78.0,100000
"2005-11-03",5,0.0,"lsf_ld0","myjob0","server1","user2",1,78,78.0,100000
Column description
The Daily License Usage by User datamart gets its information from the wi_licenseusagebyusermartdaily 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_licenseusagebyusermartdaily table, and the format is "YYYY-MM-DD". |
WEEKDAY |
This is the weekday number from the localized time_stamp column in the wi_licenseusagebyusermartdaily table, where "1" is Sunday, "2" is Monday, etc. |
COREHOUR |
The source is the core_hour in the wi_licenseusagebyusermartdaily table. The core_hour is based on the original localized hourly 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). |
SERVER |
The source is lic_server_name in the wi_licservercode, which is based on lic_server_code in the wi_licenseusagebyusermartdaily table. |
VENDOR |
The source is lic_vendor_name in the wi_licvendorcode, which is based on the lic_vendor_code in the wi_licenseusagebyusermartdaily table. The vendor name is mapped, and the mapped value is put into this field. |
FEATURE |
The source is lic_feature_name in the wi_licfeaturecode, which is based on the lic_feature_code in the wi_licenseusagebyusermartdaily table. The feature name is mapped, and the mapped value is put into this field. |
USERNAME |
The source is user_name in the wi_usercode, which is based on the user_code in the wi_licenseusagebyusermartdaily table. |
SUMUSAGE |
The source is the sum_usage column in the wi_licenseusagebyusermartdaily table. |
MAXUSAGE |
The source is the max_usage column in the wi_licenseusagebyusermartdaily table. |
TOTALAVAIL |
The source is the total_avail column in the wi_licenseusagebyusermartdaily table. |
SAMPLINGCOUNT |
The source is the sampling_count column in the wi_licenseusagebyusermartdaily table. |