Platform Analytics 7 Dataflow

Daily Hardware by Hostgroup datamart

Main ETL XML file

hostgroupDaily.xml

Output CSV files

hostgroupDaily.csv

Record sample

DATE, WEEKDAY, CLUSTERNAME, HOSTNAME, HOSTGROUPNAME, COREHOUR, SAMPLINGCOUNTER, Maxmemory, Maxswap, Maxtmp, CPUutil, Memutil, Swaputil, R15s, R1m, R15m, Pg, Io, Ls, It, Mem, Swap, Tmp, Jobut, Jobmemory, Jobswap

"2005-10-31", 2, "LSF62", "ib01b14.lsf.platform.com", "AllHosts", 0.0, 28.0,,,,,,,,,,,,,,,,, 0, 9522.29, 28082.79

"2005-10-31", 2, "LSF62", "ib01b14.lsf.platform.com", "AllHosts", 0.0, 79.0, 4029, 2557, 27996, 0.0827, 0.1288, 0.0004, 0.1, 0.15, 0.14, 214.25, 3840.48, 1.85, 125.87, 3509.92, 2556, 10152.2,,,

Column description

The Daily Hardware by Hostgroup datamart get its information from the wi_hostmetricsdaily and wi_hostgroupconfdaily tables. The two tables are merged based on time_stamp, cluster_code, and host_code so that the proper hostgroup is retrieved.

The following table describes each column and its source:
Column name
Source and description
DATE
This is the date portion of the localized time_stamp value in the wi_hostmetricsdaily table, and the format is "YYYY-MM-DD".
WEEKDAY
This is the weekday number from the localized time_stamp value in the wi_hostmetricsdaily table, where "1" is Sunday, "2" is Monday, etc.
CLUSTERNAME
The source is the cluster_name in the wi_clustercode table, which is based on the cluster_code column in the wi_hostmetricsdaily table.
HOSTNAME
The source is the name in the wi_hostcode table, which is based on the host_code column in the wi_hostmetricsdaily table.
HOSTGROUPNAME
The source is the hostgroup_name in the wi_hostgroupcode table, which is based on the hostgroup_code column in the wi_hostgroupconfdaily table.
COREHOUR
The source is the core_hour in the wi_flexeventmartdaily table. The core_hour is based on the localized time_stamp. If core_hour 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).
SAMPLINGCOUNT
The source is the sampling_counter column in the wi_hostmetricsdaily table.
MAXMEMORY
This is the maxvalue in the wi_hostmetricsdaily table where the metric_code represents memory.
MAXSWAP
This is the maxvalue in the wi_hostmetricsdaily table where the metric_code represents swap.
MAXTMP
This is the maxvalue in the wi_hostmetricsdaily table where the metric_code represents temporary drive space.
CPUUTIL
This is the average value in the wi_hostmetricsdaily table where the metric_code column represents CPU utilization (ut). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table with the sampling_counter column.
MEMUTIL
This is the average value in the wi_hostmetricsdaily table where the metric_code represents memory utilization (memutil). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column.
SWAPUTIL
This is the average value in the wi_hostmetricsdaily table where the metric_code represents SWAP utilization (swaputil). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column.
R15S
This is the average value in the wi_hostmetricsdaily table where the metric_code represents CPU utilization (ut). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column.
R1m
This is the average value in the wi_hostmetricsdaily table where the metric_code represents R1m. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column.
R15m
This is the average value in the wi_hostmetricsdaily table where the metric_code represents R15m. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column.
PG
This is the average value in the wi_hostmetricsdaily table where the metric_code represents Pg. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Pg metric.
IO
This is the average value in the wi_hostmetricsdaily table where the metric_code represents Io. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Lo metric.
LS
This is the average value in the wi_hostmetricsdaily table where the metric_code represents Ls. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the metric
IT
This is the average value in the wi_hostmetricsdaily table where the metric_code represents It. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Lt metric.
MEM
This is the average value in the wi_hostmetricsdaily table where the metric_code represents Mem. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Mem metric.
SWAP
This is the average value in the wi_hostmetricsdaily table where the metric_code represents Swap. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Swap metric.

TMP

This is the average value in the wi_hostmetricsdaily table where the metric_code represents Tmp. The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Tmp metric.

JOBUT

This is the average value in the wi_hostmetricsdaily table where the metric_code represents "ut of jobs by host" (Jobut). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Jobut metric.

JOBMEMORY

This is the average value in the wi_hostmetricsdaily table where the metric_code represents "Memory of jobs by host" (Jobmemory). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Jobmemory metric.

JOBSWAP

This is the average value in the wi_hostmetricsdaily table where the metric_code represents "Swap of jobs by host" (Jobswap). The average is calculated by dividing the sum_value in the wi_hostmetricsdaily table by the sampling_counter column. This field returns the average value if the metrics_code points to the Jobswap metric.