Derived values stored in the database can highly reduce query processing time. The reporting databasel contains aggregated values (sum, average, min, max) on an hourly basis. After some time period (e.g. one year), these values can even be further compressed to daily, weekly or monthly values.
The following derived values are delivered:
table |
variable |
description |
---|---|---|
sge_host_values |
h_sum_cpu, d_sum_cpu, m_sum_cpu |
cpu usage per host and hour, day, month |
sge_user_values |
h_sum_cpu, d_sum_cpu, m_sum_cpu |
cpu usage per user and hour, day, month |
sge_group_values |
h_sum_cpu, d_sum_cpu, m_sum_cpu |
cpu usage per group and hour, day, month |
sge_department_values |
h_sum_cpu, d_sum_cpu, m_sum_cpu |
cpu usage per department and hour, day, month |
sge_project_values |
h_sum_cpu, d_sum_cpu, m_sum_cpu |
cpu usage per project and hour, day, month |
sge_host_values |
h_avg_load |
average host load |
sge_host_values |
h_max_load |
maximum host load |
Rules for the generation of any derived value can be specified in a configuration file.