Format README
This commit is contained in:
parent
831a85639b
commit
3d52b1b2c7
1 changed files with 3 additions and 1 deletions
|
@ -9,9 +9,11 @@ Python script which querries the database for a list of jobids and produces a fi
|
|||
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](../logs/README.md#scripts/plot_energy_logs.sh).
|
||||
|
||||
Requirements:
|
||||
- Python module sqlalchemy `python -m pip install sqlalchemy`
|
||||
|
||||
- Python module sqlalchemy `python -m pip install sqlalchemy`
|
||||
|
||||
Usage:
|
||||
|
||||
```bash
|
||||
ssh monitoring
|
||||
./get_detailed_power.py 234556 767869.hawk-pbs5
|
||||
|
|
Loading…
Reference in a new issue