Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Hourly License Usage Statistics by Feature - Utilization datamart

Main ETL XML file

licutilFeature-sp005.xml

Output CSV files

licutilfeature_sp005.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 Usage Statistics by Feature - Utilization datamart gets its information from the wi_licutilfeaturemart 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 table, and the format is "YYYY-MM-DD".

HOUR

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

VENDOR

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.

FEATURE

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.

SUMUSAGE

The source is the sum_value column in the wi_licutilfeaturemart table.

MAXUSAGE

The source is the max_license column in the wi_licutilfeaturemart table.

TOTALAVAIL

The source is the sum_total column in the wi_licutilfeaturemart table.

MAXTOTALAVAIL

The source is the max_total_avail column in the wi_licutilfeaturemart table.

SAMPLINGCOUNT

The source is the sampling_count column in the wi_licutilfeaturemart table.

SUMUTIL

The source is the sum_util column in the wi_licutilfeaturemart table.

MAXUTIL

The source is the max_util column in the wi_licutilfeaturemart table.

WEIGHTEDUTIL

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.

Previous Topic Next Topic Index