Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Daily License Utilization datamart

Main ETL XML file

licenseUtilizationDaily.xml

Output CSV files

licenseUtilizationDaily.csv

Record sample

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

"2008-05-27","server1","lsf_ld0","myjob0",468.0,0.421242048,7.0,6.30063E-3,1111.0,1111.0,288.0,7.0063004,0

"2008-05-28","server1","lsf_ld0","myjob0",40.0,3.60036E-2,2.0,1.8001801E-3,1111.0,1111.0,288.0,2.0018003,57.201111?

Column description

The Daily License Utilization datamart get its information from the wi_licenseutilmartdaily 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_licenseutilmartdaily table, and the format is "YYYY-MM-DD".

SERVER

The source is lic_server_name in the wi_licservercode table, which is based on lic_server_code in the wi_licenseutilmartdaily table.

VENDOR

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

SUMUSAGE

The source is the sum_usage column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by adding the core_hour and non_core columns.

SUMUTIL

The source is the sum_util column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by adding the core_hour and non_core columns.

MAXUSAGE

The source is the max_usage column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by combining the core_hour and non_core columns.

MAXUTIL

The source is the max_util column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by combining the core_hour and non_core columns.

TOTALAVAIL

The source is the total_avail column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by combining the core_hour and non_core columns.

MAXTOTALAVAIL

The source is the max_total_avail column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by combining the core_hour and non_core columns.

SAMPLINGCOUNT

The source is the sampling_count column in the wi_licenseutilmartdaily table. This column is rolledup to the same day by combining the core_hour and non_core columns.

WEIGHTEDUTIL

The source is the weighted_util column in the wi_licenseutilmartdaily table. This column is rolledup to the same day by combining the core_hour and non_core columns.

SUMRESERVATION

The source is the sum_reservation column in the wi_licenseutilmartdaily table. This column is rolled up to the same day by adding the core_hour and non_core columns.

Previous Topic Next Topic Index