Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Daily Hardware datamart

Main ETL XML file

hardwareDaily.xml

Output CSV files

hardwareDaily.csv

Record sample

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

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

"2005-10-31",2,"LSF62","ib01b14.lsf.platform.com",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,,,,"LINUX86","LINUX86","1","2"," 3"

Column description

The Daily Hardware datamart gets its information from the wi_hostmetricsdaily table.

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 in the wi_hostmetricsdaily table, and the format is "YYYY-MM-DD".

WEEKDAY

This is the weekday number from the localized time_stamp in the wi_hostmetricsdaily table, where "1" is Sunday, "2" is Monday, etc.

CLUSTERNAME

The source is the name in the wi_clustercode table, which is based on the cluster_code column in the wi_hostmetricsdaily table.

HOSTNAME

The source is the host_name in the wi_hostcode table, which is based on the host_code column in the wi_hostmetricsdaily 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).

SAMPLINGCOUNTER

The source is the sampling_counter column in the wi_hostmetricsdaily table.

MAXMEMORY

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

MAXSWAP

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

MAXTMP

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

CPUUTIL

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

MEMUTIL

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

SWAPUTIL

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

R15s

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

R1m

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

R15m

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

PG

This is the average value in the wi_hostmetricsdaily table where the metric_code represents Pg. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. This field returns the average value if the metrics_code points to the ls metric.

IT

This is the average value in the wi_hostmetricsdaily table where the metric_code represents It. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 memory. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. This field returns the average value if the metrics_code points to the memory metric.

SWAP

This is the average value in the wi_hostmetricsdaily table where the metric_code represents swap. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 Jobut. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 Jobmemory. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. 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 Jobswap. The average value is calculated by dividing sum_value in the wi_hostmetricsdaily table by sampling_counter. This field returns the average value if the metrics_code points to the Jobswap metric.

HOSTTYPE

This is the type of the host, which is got from lsfhost_type in wi_hostproperties table.

HOSTMODEL

This is the model of the host, which is got from lsfhost_model in wi_hostproperties table.

NCPU

This is the max number of CPUs of the host, which is got from ncpu in wi_hostproperties table.

NPROCS

This is the number of physical processors of the host, which is got from nprocs in wi_hostproperties table.

NCORES

This is the number of cores per processors of the host, which is got from ncores in wi_hostproperties table.

NTHREADS

This is the number of threads per core of the host, which is got from nthreads in wi_hostproperties table.

Previous Topic Next Topic Index