[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 957 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 957 Bytes

jobgraph

Visualize CPU and memory usage for Slurm jobs over time, directly in your terminal.

Requires data generated by Sonar. It is built using tui-rs.

screenshot of jobgraph in a terminal

Status of the project

  • We are still testing it and haven't announced it to users yet
  • Ironing out some issues

How to use it

$ jobgraph --help
$ jobgraph --job-id 7990156

Then exit by typing "q".

Instructions for local development

First fetch the data from Saga:

$ rsync --info=progress2 -a saga.sigma2.no:/cluster/shared/sonar/data .

Now try to run it with this specific job ID (but you need to adjust slurm.rs to return you the synthetic testing data):

$ cargo build
$ ./target/debug/jobgraph --help
$ ./target/debug/jobgraph --data-path data --job-id 8685376 --debug