lst_auto_rta.utils.slurm.job_statistics_from_squeue_output¶
- lst_auto_rta.utils.slurm.job_statistics_from_squeue_output(squeue_output: str)[source]¶
Parse job statistics from squeue -u lstrta –format=”%T,%R”
Warning
The output of squeue is parsed using a CSV reader, so the format specification must be respected.
- Parameters:
squeue_output (str) – Output of squeue