[go: nahoru, domu]

Skip to content

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

License

Notifications You must be signed in to change notification settings

NordicHPC/jobgraph

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages