This table contains a snapshot of the host status and slot data. This information is collected by bhosts. The default sampling time is 5 minutes.
Column Name |
Data Type |
Nullable (Y/N) |
Key (PK/FK) |
Description |
CLUSTER_NAME |
VARCHAR2(128) |
N |
PK |
The cluster name. |
TIME_STAMP |
TIMESTAMP(6) |
N |
|
The time of this record in the local server time zone. |
TIME_STAMP_GMT |
NUMBER(13) |
N |
PK |
The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970. |
HOST_NAME |
VARCHAR2(128) |
N |
PK |
The name of the host. If a host has batch jobs running and the host is removed from the configuration, the host name is "lost_and_found". |
HOST_STATUS |
VARCHAR2(64) |
N |
|
The status of the host. |
JL_U |
NUMBER(10) |
Y |
|
The maximum number of job slots that the host can process on a per-user basis. If a dash (-) is displayed, there is no limit. |
MAX_SLOT |
NUMBER(10) |
Y |
|
The maximum number of job slots available. If a dash (-) is displayed, there is no limit. |
NJOBS |
NUMBER(10) |
Y |
|
The number of job slots used by jobs dispatched to the host. This includes running, suspended, and chunk jobs. |
RUN_SLOT |
NUMBER(10) |
Y |
|
The number of job slots used by jobs running on the host. |
SYS_SUSP_SLOT |
NUMBER(10) |
Y |
|
The number of job slots used by system-suspended jobs on the host. |
USER_SUSP_SLOT |
NUMBER(10) |
Y |
|
The number of job slots that the user-suspended jobs use on the host. Jobs can be suspended by the user or by the LSF administrator. |
RSV_SLOT |
NUMBER(10) |
Y |
|
The number of job slots used by pending jobs that have jobs slots reserved on the host. |
INTERVAL_PERIOD |
NUMBER(13) |
Y |
|
The sampling interval of the bhosts data loader. |
INSERT_SEQ |
NUMBER(15) |
Y |
|
The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table. |