Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

License Usage by Feature Histogram datamart

Main ETL XML file

main_licusage_byfeature_histogram.xml

Output CSV files

license_usage_byfeature_histogram-sp011.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 License Usage by Feature Histogram datamart gets its information from the WI_LICUTILFEATUREMART_HIST 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_LICUTILFEATUREMART_HIST table, and the format is "YYYY-MM-DD".

HOUR

This is the hour portion of the localized time_stamp column in the WI_LICUTILFEATUREMART_HIST table.

WEEKDAY

This is the weekday number from the localized time_stamp in the WI_LICUTILFEATUREMART_HIST table, where "1" is Sunday, "2" is Monday, etc.

COREHOUR

The source is the localized time_stamp in the WI_LICUTILFEATUREMART_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).

VENDOR

The source is lic_vendor_name in the wi_licvendorcode table, which is based on lic_vendor_code in the WI_LICUTILFEATUREMART_HIST 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 table, which is based on lic_feature_code in the WI_LICUTILFEATUREMART_HIST table. The feature name is mapped, and the mapped value is put into this field.

RANKTYPE

This is the rank type for License Usage By Feature Histogram Cube , such as ‘ util' and ‘usage'.

RANKNAME

This is the rank category string, it is configured in the rank mapping file.

RANKORDER

This is the rank order, which is used to show the rank on the cube by a expected order.

OCCURRENCE

This is used to indicate the measure occur times in the given rank.

DURATION

This is used to indicate the measure keep duration in the given rank, it can be calculated by RANK_OCCURRENCE * INTERVAL_PERIOD.

Previous Topic Next Topic Index