Exago Logo
Search
Generic filters
Exact matches only

Monitoring Scheduler Load

Part of the Performance and Scaling series.

We often tout the benefits of using the Exago Monitoring Service to measure and report off of load data from the Scheduler Services. Let’s walk through how you can build a report that takes advantage of this data to provide real-time, actionable monitoring for your scheduler servers.

This article assumes that you have enabled monitoring to pull performance data for the schedulers. If you need to set that up, see Setting Up Monitoring. To add the monitoring database as a reportable data object, see Using SQLite Data Sources.

With multiple schedulers, there are a few different ways to represent the data:

  1. Show every host on a single chart and have separate charts for RAM and CPU usage.
  2. (v2017.2+) Show both RAM and CPU usage together on a multi-axis chart, with separate charts for each host.
  3. Have separate charts for RAM and CPU usage for each host. This may be advantageous if you would like to use SPC charts (v2017.2+), which do not support multiple axes.

For this example, we’ll use the second option, but regardless of the format, we’ll want to combine the charts together into a dashboard when we’re finished.

Note. To show RAM and CPU on the same chart, you need to configure the SystemStatistics table with a vertical transformation. See Monitoring Database Schema – SystemStatistics for details.

Let’s start by adding the necessary fields to the detail section of an Advanced Report. The CPU and RAM values are available resources, so to see resources in use, we’ll subtract the CPU value from 100, and the RAM value from the total amount of the machine’s memory. We can suppress these rows if we don’t want to see the tabular data in the output.

fields_invert.png

Then we’ll add filters to limit the data to one host, and to show only one day’s worth of data. Later we can provide a way to change the timestamp filter on the dashboard, so that others could filter to more specific or more general time periods.

filters.png

Now we can add the chart to a Report Header or Footer. Use a Column-Based Line Chart, with Timestamp as the Label, and CPU and Memory as Series Values. Remember to sort by the Data Label, ascending, so that the time values are in order.

chart_data.png

Then open the Appearance tab and click Chart Axes so that we can add separate axes for each series.

axes.png

Finally, let’s add some advanced attribute customizations to make the chart a bit easier to read. We’ll hide the point anchors and rotate the time labels on a slant.

attr.png

Click OK to finish the chart. Execute the report and check that it looks good. Make any final adjustments, then make a duplicate for each host, and set the hostId filter appropriately for each one.

Finally, make a new Dashboard and organize all the charts together. Add an Interactive Filter on Timestamp so that the time range can be actively changed in the dashboard view. Then set the reports to refresh automatically, preferably in sync with the scheduler polling interval.

dashboard_inverted2.png

If your final dashboard looks something like the above, then well done! We hope that this guide was a useful tool for learning more about reporting off the monitoring service. Til next time, Happy Reporting!

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents