
Platform Analytics 7
Dataflow
Hourly License Utilization by Feature
datamart
Main ETL XML file
licutilFeature.xml
Output CSV files
licutilfeature.csv
Record sample
DATE,HOUR,VENDOR,FEATURE,MAXUSAGE,SUMUSAGE,TOTALAVAIL,MAXTOTALAVAIL,SAMPLINGCOUNT,
SUMUTIL,MAXUTIL,WEIGHTEDUTIL,SUMRESERVATION
"2008-05-29",11,"lsf_ld0","myjob0",1.0,14.0,1120.0,40.0,28.0,0.35000005,0.025,1.025,0
"2008-05-29",12,"lsf_ld0","myjob0",1.0,19.0,1008.0,36.0,28.0,0.5277779,0.027777778,1.0277778,
13.0253478
Column description
The Hourly License
Utilization by Feature datamart gets its information from the
wi_licutilfeaturemart table.
The following table briefly
describes each column and its source:
|
|
|
This is the date
portion of the localized time_stamp column in the wi_licutilfeaturemart
table, and the format is "YYYY-MM-DD".
|
|
This is the hour
portion of the localized time_stamp column in the wi_licutilfeaturemart
table.
|
|
The source is
lic_vendor_name in the wi_licvendorcode table, which is based on
lic_vendor_code in the wi_licutilfeaturemart table. The vendor name is
mapped, and the mapped value is put into this field.
|
|
The source is
lic_feature_name in the wi_licfeaturecode table, which is based on
lic_feature_code in the wi_licutilfeaturemart table. The feature name is
mapped, and the mapped value is put into this field.
|
|
The source is the
sum_value column in the wi_licutilfeaturemart table.
|
|
The source is the
max_license column in the wi_licutilfeaturemart table.
|
|
The source is the
sum_total column in the wi_licutilfeaturemart table.
|
|
The source is the
max_total_avail column in the wi_licutilfeaturemart table.
|
|
The source is the
sampling_count column in the wi_licutilfeaturemart table.
|
|
The source is the
sum_util column in the wi_licutilfeaturemart table.
|
|
The source is the
max_util column in the wi_licutilfeaturemart table.
|
|
The source is the
weighted_util column in the wi_licutilfeaturemart table.
|
SUMRESERVATION
|
The source is the sum_reservation column
in the wi_licutilfeaturemart table.
|