Platform Analytics 7 Dataflow

LSF_BJOBS table

This table is being used to store raw bjobs data collected through bjobs loader.
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description

Column Name

Data Type

Null(Y/N)

Key (PK/FK)

Comment

TIME_STAMP

TIMESTAMP(6)

N

 

The record sample time in the local cluster time zone.

TIME_STAMP_GMT

NUMERIC(13)

N

PK

The record sample time in GMT time. This is the number of seconds from midnight, January 1 st , 1970.

CLUSTER_NAME

VARCHAR2(128)

N

PK

Cluster name

JOB_ID NUMBER(15) N PK The LSF-assigned job ID.
JOB_ARRAY_INDEX NUMBER(15) N PK The job array index.

SUBMIT_TIME

NUMBER(13)

Y

 

The job submission time.

START_TIME

NUMBER(13)

Y

 

The job start_time in the JOB_FINISH event.

JOB_TYPE

NUMBER(2)

Y

 

The job type.
JOB_STATUS_STR VARCHAR2(256) Y   The "JSTATUS" field converted into a string. If "JSTATUS" was a combined status, this field is a list.
JOB_NAME CLOB Y   The name of this job.
FROM_HOST VARCHAR2(256) Y   The name of the host that submitted this job. This includes the cluster name.
EXEC_HOSTS CLOB Y   The list of execution hosts.

JOB_GROUP

CLOB Y   The job group under which the job runs.

USER_NAME

VARCHAR2(128) Y   The user name of the user who submitted this job.

USER_GROUP

VARCHAR2(512) Y   The user group of the user who submitted this job.

QUEUE_NAME

VARCHAR2(128) Y   The name of job queue to which the job was submitted.

PROJECT_NAME

VARCHAR2(128) Y   The name of the project.

SWAP_USAGE

NUMBER(15) Y   The total virtual memory usage of all currently running processes in given process groups in kilobytes.

MEM_USAGE

NUMBER(15) Y   The total resident memory usage of all currently running processes in given process groups, in KB.

CPU_UTIL

NUMBER(10, 6) Y    

CPU_DELTA

NUMBER(15) Y    
CPU_TIME NUMBER(15) Y    
NUM_PROCESSORS NUMBER(10) Y   The number of processors that the job initially requested for execution.
SAMPLING_INTERVAL NUMBER(10) Y    
SLOT_FLAG NUMBER(1) Y    
IS_REMOTE NUMBER(1) Y    
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.