We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9604d20 commit c74fb15Copy full SHA for c74fb15
bin/other/print_spot_interruptions.sh
@@ -0,0 +1,2 @@
1
+# Last 7 days node preemptions/terminations in Slurm logs
2
+grep -Ei 'preempt|preemption|termination|node down' /var/log/slurmctld.log* | tail -n 500
0 commit comments