hawk-utils-scripts/monitoring/db/README.md
2023-11-17 16:20:57 +01:00

756 B

hawk-utils-scripts/monitoring/db

Use this directory for scripts, etc, that operate on or extract data from the the database.

scripts/get_detailed_power.py

Python script which querries the database for a list of jobids and produces a file for each jobid.

Those files contain time-resolved power consumption data and are meant to be consumed by the utility in monitoring/logs/scripts/plot_energy_logs.sh.

Requirements:

  • Python module sqlalchemy python -m pip install sqlalchemy

Usage:

ssh monitoring
./get_detailed_power.py 234556 767869.hawk-pbs5
Saved file detailed_power.234556.hawk-pbs5.100000-1000004.csv
Saved file detailed_power.767869.hawk-pbs5.2432345-423423.csv