The sge_group_values table stores the values of group related variables that are subject to change. These are currently derived values, e.g. hourly averages, sums etc.
Column |
Type |
Description |
---|---|---|
gv_parent |
integer |
References q_id in the sge_queue table. |
gv_time_start |
timestamp |
Start time for the validity of a value. |
gv_time_end |
timestamp |
End time for the validity of a value. |
gv_variable |
text |
Variable name, e.g. h_sum_jobs. |
gv_value |
text |
Variable value, e.g. 53 |
gv_dvalue |
double precision |
Variable value as number. |
gv_dconfig |
double precision |
In case of consumables: Consumable maximum available value (configured value). |