On 7/29/25 02:17, Christopher Samuel via slurm-users wrote:
On 7/28/25 9:58 am, Michael Gutteridge via slurm-users wrote:
I think the events you're looking for would be tracked in the events tables in the accounting database:
Thanks, "sacctmgr show event where node=<nodename>" is extremely useful for monitoring nodes, and I wasn't aware of this command. I've added some further examples to my Wiki page now at https://wiki.fysik.dtu.dk/Niflheim_system/Slurm_operations/#listing-node-eve...
Be aware that down and drainED nodes are there, but not drainING.
So (unless something has changed in 25.05) until a draining node is empty of jobs it doesn't get recorded in slurmdbd's events table.
So the sacctmgr manual page is not quite correct when it states "event: Events like downed or draining nodes on clusters." I've opened a ticket https://support.schedmd.com/show_bug.cgi?id=23337 suggesting a documentation update.
Best regards, Ole