Integrate with InfluxDB

Charmed HPC can integrate with InfluxDB to enable job profiling in Slurm.

This guide explains how to enable job profiling by deploying and integrating InfluxDB with Charmed HPC.

Prerequisites

Deploy and Integrate InfluxDB

First, in the same model holding your Slurm deployment, deploy InfluxDB with juju deploy:

juju deploy influxdb

Now, with juju integrate, integrate InfluxDB with the Slurm controller:

juju integrate influxdb slurmctld

Once the InfluxDB has been integrated with the Slurm controller, Slurm is now configured to send job profiling metrics to InfluxDB, enabling the use of the sstat command.