Skip to content

mmshad/slurm_job_stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CheckSlurmJobStat

Use this script to show the number of SLURM jobs running in a specific file system. The first input to the program is the path to file system and the second input is the total number of top results to show (default is top 10 results). You may need to slightly modify the scripts if scontrol output is different (in terms of the number of lines, placement, ...).

Usage examples,

sh checkfsjobs.sh /n/holylfs02
sh checkfsjobs.sh /n/holylfs
sh checkfsjobs.sh /n/boslfs/
sh checkfsjobs.sh /n/
sh checkfsjobs.sh /n/ 5   # Show top 5 results
sh checkfsjobs.sh         # Will check all filesystems

About

Check number of SLURM jobs in a filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages