The WI_HOST_BOOLEANRES table gets its information from the RESOURCE_ATTRIBUTES raw data table .
Each record is collected into an hourly summary and inserted into this table.
The following table describes each column and its source:
Column name |
Source and description |
Key |
TIME_STAMP |
This is the time stamp of all the record collections in the next hour, in GMT. For example, 02:00:00 means that all records between 02:00 and 02:59:59 are collected into this record. |
Primary key |
LOCAL_SERVERTIME |
This is the localized time stamp from the data file according to the local server. |
|
CLUSTER_CODE |
This is the cluster code. The source is the ClusterName field in the data file. The cluster code is obtained by looking up the ClusterName in the wi_clustercode table and generating a new code if it doesn't exist. |
Primary key |
HOST_CODE |
This is the host code. The source is the HostName field in the data file. The host code is obtained by looking up the HostName in the wi_hostcode table and generating a new code if it doesn't exist. |
Primary key |
RESOURCE_CODE |
This is the boolean resource code.
The resource code is obtained by looking up the ResourceName in the wi_booleanres_code table and generating a new code if it doesn't exist. |
Primary key |
CORE_HOUR |
This is the core hour, which is based on the localized time_stamp. If the time_stamp is within resulted from a mapping of the original time_stamp in local time. 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). |
|
INSERT_SEQ |
This is a unique sequence number generated by the system for each new record inserted. |
|