Sun N1 Grid Engine 6.1 User's Guide

sge_project_values

The sge_project_values table stores the values of project related variables that are subject to change. Currently these values are derived values, e.g. hourly averages, sums etc.

Column 

Type 

Description 

pv_parent 

integer 

References q_id in the sge_queue table. 

pv_time_start 

timestamp 

Start time for the validity of a value. 

pv_time_end 

timestamp 

End time for the validity of a value. 

pv_variable 

text 

Variable name, e.g. h_avg_cpu 

pv_value 

text 

Variable value, e.g. 345.5 

pv_dvalue 

double precision 

Variable value as number. 

pv_dconfig 

double precision 

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