Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Daily License Utilization by Feature datamart

Main ETL XML file

licutilFeatureDaily.xml

Output CSV files

licutilfeatureDaily.csv

Record sample

DATE,VENDOR,FEATURE,MAXUSAGE,SUMUSAGE,TOTALAVAIL,MAXTOTALAVAIL,SAMPLINGCOUNT, SUMUTIL,MAXUTIL,WEIGHTEDUTIL,SUMRESERVATION?

"2008-05-27","lsf_ld0","myjob0",7.0,468.0,213312.0,1111.0,288.0,0.421242048,0.00630063,7.0063004,0

"2008-05-28","lsf_ld0","myjob0",2.0,40.0,213312.0,1111.0,288.0,0.0360036,0.0018001801,2.0018003,15.821242048

Column description

The Daily License Utilization by Feature datamart gets its information from the wi_licutilfeaturemartdaily 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_licutilfeaturemartdaily table, and the format is "YYYY-MM-DD".

VENDOR

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

SUMUSAGE

The source is the sum_value column in the wi_licutilfeaturemartdaily table.

MAXUSAGE

The source is the max_license column in the wi_licutilfeaturemartdaily table.

TOTALAVAIL

The source is the sum_total column in the wi_licutilfeaturemartdaily table.

MAXTOTALAVAIL

The source is the max_total_avail column in the wi_licutilfeaturemartdaily table.

SAMPLINGCOUNT

The source is the sampling_count column in the wi_licutilfeaturemartdaily table.

SUMUTIL

The source is the sum_util column in the wi_licutilfeaturemartdaily table.

MAXUTIL

The source is the max_util column in the wi_licutilfeaturemartdaily table.

WEIGHTEDUTIL

SUMRESERVATION

The source is the sum_reservation column in the wi_licutilfeaturemartdaily table.

Previous Topic Next Topic Index