N1 Grid Engine 6 User's Guide

ProcedureHow to Define Series for Diagrams

There are two ways to define the data series for a diagram.

Steps
  1. Series from columns: All column values are added to a series. The name of the series is the column header

  2. Series from rows: All column values define the series. The names of the series is defined by the values of the label column. The values of the series are defined by the value column.


Example 5–1 The query “Accounting per Department” results in a table with the columns: time, department, and cpu.

example columns and rows table

Example 5–2 Displaying the Results- Selecting Configuration

To display the result in a pie chart select the following configuration:

example series config

Example 5–3 Displaying the Results - Pie Charts

The result will be a multiple pie charts

pie charts

Example 5–4 Cpu, Io, and Mem Usage Over All Departments

A query summarizes cpu, io, and mem usage over all departments:

Usage example

Example 5–5 Displaying the Results - Selecting Configuration

To display the results in a bar char select the following configuration

bar chart config page

Example 5–6 Displaying the Results - Bar Chart

The results will be a bar chart with three bars for each department:

shows the results, a bar chart with three bars for each department.