I am trying to find a way to see the waiting time of completed jobs until they started on a cluster with SLURM as the Workload manager.
I know the "sacct" command can print a lot of information about completed jobs but I don't find anything useful for my task.
Perfect would be either:
- The time the job was queuing until it started
- A timestamp or date of the time I submitted the job (then I can calculate back the waiting time, because "sacct" gives information about the time the job started with the "Start" field)
Do you have any useful tips?