Sun N1 Grid Engine 6.1 User's Guide

sge_user_values

The sge_user_values table stores the values of user related variables that are subject to change. These values are currently derived queue values, e.g. hourly averages, sums etc.

Column 

Type 

Description 

uv_parent 

integer 

References q_id in the sge_queue table. 

uv_time_start 

timestamp 

Start time for the validity of a value. 

uv_time_end 

timestamp 

End time for the validity of a value. 

uv_variable 

text 

Variable name, e.g. h_sum_cpu 

uv_value 

text 

Variable value, e.g. 23.2 

uv_dvalue 

double precision 

Variable value as number. 

uv_dconfig 

double precision 

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