Sun N1 Grid Engine 6.1 User's Guide

sge_queue_values

The sge_queue_values table stores the values of queue variables that are subject to change, e.g. the number of free slots.

In addition, derived queue values will be stored, e.g. hourly averages, sums etc.

Column 

Type 

Description 

qv_parent 

integer 

References q_id in the sge_queue table. 

qv_time_start 

timestamp 

Start time for the validity of a value. 

qv_time_end 

timestamp 

End time for the validity of a value. 

qv_variable 

text 

Variable name, e.g. slots. 

qv_value 

text 

Variable value, e.g. 5. 

qv_dvalue 

double precision 

Variable value as number. 

qv_dconfig 

double precision 

In case of consumables: Consumable maximum available value (configured value).