Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

7 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages