
Platform Analytics 7
Dataflow
License Usage by Server Histogram datamart
Main ETL XML file
main_licusage_byserver_histogram.xml
Output CSV files
license_usage_byserver_histogram-sp011.csv
Record sample
DATE,HOUR,SERVER,VENDOR,FEATURE,SUMUSAGE,SUMUTIL,MAXUSAGE,MAXUTIL,TOTALAVAIL,
MAXTOTALAVAIL,SAMPLINGCOUNT,WEIGHTEDUTIL,SUMRESERVATION
"2008-05-26",18,"server1","lsf_ld0","myjob0",84.0,7.5607546E-2,7.0,6.30063E-3,1111.0,1111.0,12.0,7.0063004,0
"2008-05-26",19,"server1","lsf_ld0","myjob0",84.0,8.408409E-2,7.0,7.007007E-3,999.0,999.0,12.0,7.007007,57.201111E-2
Column description
The License Usage by Server datamart get its information from the WI_LICENSEUTILMART_HIST 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_LICENSEUTILMART_HIST table,
and the format is "YYYY-MM-DD".
|
|
This is the hour portion
of the localized time_stamp column in the WI_LICENSEUTILMART_HIST table.
|
WEEKDAY |
This is the weekday number from the localized time_stamp in the WI_LICENSEUTILMART_HIST table, where "1" is Sunday, "2" is Monday, etc. |
COREHOUR |
The source is the localized time_stamp in the WI_LICENSEUTILMART_HIST 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).
|
|
The source is
lic_server_name in the wi_licservercode table, which is based on
lic_server_code in the WI_LICENSEUTILMART_HIST table.
|
|
The source is lic_vendor_name
in the wi_licvendorcode table, which is based on lic_vendor_code in the
WI_LICENSEUTILMART_HIST 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_LICENSEUTILMART_HIST table. The feature name is mapped,
and the mapped value is put into this field.
|
|
This is the rank type for License Usage By Server Histogram Cube , such as ‘ util' and ‘usage'.
|
|
This is the rank category string, it is configured in the rank mapping file.
|
|
This is the rank order, which is used to show the rank on the cube by a expected order.
|
|
This is used to indicate the measure occur times in the given rank.
|
|
This is used to indicate the measure keep duration in the given rank, it can be calculated by RANK_OCCURRENCE * INTERVAL_PERIOD.
|