Possibly a bit more elaborate than you want but I wrote a web based monitoring system for our cluster. It mostly uses standard slurm commands for job monitoring, but I've also added storage monitoring which requires a separate cron job to run every night. It was written for our cluster, but probably wouldn't take much work to adapt to another cluster with similar structure.
You can see the code and some screenshots at: https://github.com/s-andrews/capstone_monitor ..and there's a video walk through at: https://vimeo.com/982985174 We've also got more friendly scripts for monitoring current and past jobs on the command line. These are in a private repository as some of the other information there is more sensitive but I'm happy to share those scripts. You can see the scripts being used in https://vimeo.com/982986202 Simon. -----Original Message----- From: Paul Edmon via slurm-users <[email protected]> Sent: 09 August 2024 16:12 To: [email protected] Subject: [slurm-users] Print Slurm Stats on Login We are working to make our users more aware of their usage. One of the ideas we came up with was to having some basic usage stats printed at login (usage over past day, fairshare, job efficiency, etc). Does anyone have any scripts or methods that they use to do this? Before baking my own I was curious what other sites do and if they would be willing to share their scripts and methodology. -Paul Edmon- -- slurm-users mailing list -- [email protected] To unsubscribe send an email to [email protected] ------------------------------------ This email has been scanned for spam & viruses. If you believe this email should have been stopped by our filters, click the following link to report it (https://portal-uk.mailanyone.net/index.html#/outer/reportspam?token=dXNlcj1zaW1vbi5hbmRyZXdzQGJhYnJhaGFtLmFjLnVrO3RzPTE3MjMyMTY5MzA7dXVpZD02NkI2MzQyMTY5MzU2Q0YwRThDQzI5RTY4MkMxOEY5Mjt0b2tlbj01MjI1ZmJmYzJjODgzNWM3ZDE2ZGRiOTE2ZjIxYzk4MjliMjY2MjA0Ow%3D%3D). -- slurm-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
