Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Hourly License Utilization datamart

Main ETL XML file

licenseUtilization.xml

Output CSV files

licenseUtilization.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 Hourly License Utilization datamart get its information from the wi_licenseutilmart 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_licenseutilmart table, and the format is "YYYY-MM-DD".

HOUR

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

SERVER

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

VENDOR

The source is lic_vendor_name in the wi_licvendorcode table, which is based on lic_vendor_code in the wi_licenseutilmart 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_licenseutilmart 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_licenseutilmart table.

SUMUTIL

The source is the sum_util column in the wi_licenseutilmart table.

MAXUSAGE

The source is the max_usage column in the wi_licenseutilmart table.

MAXUTIL

The source is the max_util column in the wi_licenseutilmart table.

TOTALAVAIL

The source is the total_avail column in the wi_licenseutilmart table.

MAXTOTALAVAIL

The source is the max_total_avail column in the wi_licenseutilmart table.

SAMPLINGCOUNT

The source is the sampling_count column in the wi_licenseutilmart table.

WEIGHTEDUTIL

The source is the weighted_util column in the wi_licenseutilmart table.

SUMRESERVATION

The source is the sum_reservation column in the wi_licenseutilmart table.

Previous Topic Next Topic Index