The sge_host_values table stores the values of host variables that are subject to change, e.g. the load average.
In addition, derived host values will be stored, e.g. hourly averages, sums etc.
|
Column |
Type |
Description |
|---|---|---|
|
hv_hostname |
text |
References the host table. |
|
hv_time_start |
timestamp |
Start time for the validity of a value. |
|
hv_time_end |
timestamp |
End time for the validity of a value. |
|
hv_variable |
text |
Variable name, e.g. load_avg. |
|
hv_value |
text |
Variable value, e.g. 0.34. |
|
hv_dvalue |
double precision |
Variable value as number. |
|
hv_dconfig |
double precision |
In case of consumables: Consumable maximum available value (configured value). |