Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

Hardware Histogram datamart

Main ETL XML file

main_hardware_histogram.xml

Output CSV files

hardware_histogram-sp011.csv

Record sample

DATE,HOUR,WEEKDAY,COREHOUR,SHIFT,CLUSTERNAME,HOSTNAME,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",17,2,0,"Shift 3","LSF62","ib01b14.lsf.platform.com",4.0,,,,,,,,,,,,,,,,,0,8545,25404, "UNKNOWN","UNKNOWN","UNKNOWN","UNKNOWN"," UNKNOWN"

"2005-10-31",17,2,0,"Shift 3","LSF62","ib01b14.lsf.platform.com",7.0,4029,2557,27996,0.0803,0.0997,0.0004,0.21,0.11,0.03,199.44,3582,1,1.81,3627.43, 2556,10368,,, "LINUX86","LINUX86","1","2","3"

Column description

The Hardware Histogram datamart gets its information from the WI_HOSTMETRICS_HIST 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_HOSTMETRICS_HIST table, and the format is "YYYY-MM-DD".

HOUR

This is the hour portion of the localized time_stamp in the WI_HOSTMETRICS_HIST table.

WEEKDAY

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

COREHOUR

The source is the localized time_stamp in the wi_hostmetrics table. If the time_stamp 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).

SHIFT

This is based on the localized time_stamp in the wi_hostmetrics table. The shifts transformer maps the localized time_stamp based on shift mapping and returns the user-defined shift.

CLUSTERNAME

The cluster name comes from the lookup of the name in the wi_clustercode table with cluster_code which comes in the WI_HOSTMETRICS_HIST table.

HOSTNAME

This is the name in the wi_hostcode table, which is based on the host_code column in the WI_HOSTMETRICS_HIST table.

METRICNAME

This is the metric name. The source is the metric code in the table WI_HOSTMETRICS_HIST.
The metric name comes from the lookup of the name in the wi_metriccode table with metric code which comes in the WI_HOSTMETRICS_HIST table.

RANKTYPE

This is the rank type for Hardware Histogram Cube , such as ‘ memUtill' and ‘ut'.

RANKNAME

This is the rank category string, it is configured in the rank mapping file.

RANKORDER

This is the rank order, which is used to show the rank on the cube by a expected order.

OCCURRENCE

This is used to indicate the measure occur times in the given rank.

DURATION

This is used to indicate the measure keep duration in the given rank, it can be calculated by RANK_OCCURRENCE * INTERVAL_PERIOD.

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.

Previous Topic Next Topic Index