Platform Analytics 7 Dataflow

Previous Topic Next Topic Index

WI_HOSTPROPERTIES table

The WI_HOSTPROPERTIES table gets its information from the RESOURCE_ATTRIBUTES table. The following table describes each column and its source:

Column Name

Description

Key

CLUSTER_NAME

This is the Cluster field from the RESOURCE_ATTRIBUTES table.

Primary key

HOST_NAME

This is the Host field from the RESOURCE_ATTRIBUTES table.

Primary key

LSFHOST_TYPE

This is the LSF host type. The source is the host_type field in the RESOURCE_ATTRIBUTES table.

 

LSFHOST_MODEL

This comes from the RESOURCE_ATTRIBUTES table which collected the host_model of this host from the cluster. A transformer pivoted the record so that the vertical data record is transformed into horizontal to save space. The metric_name from the RESOURCE_ATTRIBUTES table will determine which field the value field from the RESOURCE_ATTRIBUTES table will go into.

 

CPU_FACTOR

This is the relative CPU performance factor. The CPU factor is used to scale the CPU load value so that differences in CPU speeds are considered. The faster the CPU, the larger the CPU factor.

 

NCPU

This is the max number of CPUs per host.

 

NPROCS

This is the number of physical processors per host.

 

NCORES

This is the number of cores per physical processor.

 

NTHREADS

This is the number of threads per core.

 

Previous Topic Next Topic Index