Platform Analytics 7 Dataflow
Hostproperties datamart
Main ETL XML file
hardwareHostProperties.xml
Output CSV files
hardwareHostProperties.csv
Record sample
CLUSTERNAME,HOSTNAME,HOSTTYPE,HOSTMODEL, NPROCS, NCORES, NTHREADS
"LSF62","fosters","SOL732","Ultra10", "1", "2", "3"
"LSF62","ib01b14.lsf.platform.com","LINUX86","Opteron848", "UNKNOWN", "UNKNOWN", "UNKNOWN"
Column description
The Hostproperties datamart gets its information from the wi_hostproperties table, and combines it with data in the wi_clustercode table.
The following table briefly describes each column and its source:
Column name |
Source and description |
CLUSTERNAME |
The source is the wi_hostproperties table combined with data in the wi_clustername table. The union operation merges the same names together. |
HOSTNAME |
The source is the wi_hostproperties table. The host name will be recorded as "Unknown" if the host name could not be found in the wi_hostcode table. |
LSFHOST_TYPE |
The source is the wi_hostproperties table. The LSF host type will be recorded as "Unknown" if the host type could not be found in the wi_hosttypecode table. |
LSFHOST_MODEL |
The source is the wi_hostproperties table. The LSF host model will be recorded as "Unknown" if the host model could not be found in the wi_hostmodelcode table. |
NPROCS |
The source is the wi_hostproperties table. The NPROCS will be recorded as "Unknown" if its value is null.
|
NCORES |
The source is the wi_hostproperties table. The NCORES will be recorded as "Unknown" if its value is null.
|
NTHREADS |
The source is the wi_hostproperties table. The NTHREADS will be recorded as "Unknown" if its value is null.
|