squeue
can produce JSON output with squeue --json
.That could be processed with a script but you can do some quick hacks with jq.
Reading CCJL (Compute Canada Job Logs format)
CCJL (Compute Canada Job Logs) is a delimited key-value pair format used to amalgamate logs from legacy clusters and load to the CCDB. It’s still used for some purposes.
[Read More]