Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Daily Hardware(with Boolean Resources) datamart

Main ETL XML file

hardwareDaily-booleanres.xml

Output CSV files

hardwareDaily-booleanres.csv

Record sample

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

"2005-10-31",2,"LSF62","ib01b14.lsf.platform.com",0.0,28.0,,,,,,,,,,,,,,,,,0,9522.29,28082.79,"nt",60.0,"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,,,,,116.1,"PC6000","LINUX86","1","2","3"

Column description

The Daily Hardware(with Boolean Resources) datamart gets its information from the table wi_hostmetricsdaily left outer join table wi_host_booleanres.

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.

Lo

This is the average value in the wi_hostmetricsdaily table where the metric_code represents lo. 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.

Lt

This is the average value in the wi_hostmetricsdaily table where the metric_code represents lt. 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.

BOOLEAN_RESOURCE

This is a host-related boolean resource name, it comes from the lookup of the name in the wi_booleanres_code table with resource_code which comes in the wi_host_booleanres table outer join wi_hostmetrics based on columns time_stamp, cluster_code and host_code.

LSFCPUFACTOR

The LSF CPU factor comes from the lookup of the column CPU_FACTOR in the wi_hostproperties table based on the cluster_code and host_code column in the wi_hostmetrics table.

HOSTMODEL

The HOSTMODEL factor comes from the lookup of the column LSFHOST_MODEL in the wi_hostproperties table based on the cluster_code and host_code column in the wi_hostmetrics table.

HOSTTYPE

The HOSTTYPE factor comes from the lookup of the column LSFHOST_TYPE in the wi_hostproperties table based on the cluster_code and host_code column in the wi_hostmetrics 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