Well I am looking for, How many users ran jobs on each day on an average
(day average) with at least one job running?
Thanks & Regards,
Sudeep Narayan Banerjee
On 02/04/20 5:34 pm, Ole Holm Nielsen wrote:
On 02-04-2020 13:27, Sudeep Narayan Banerjee wrote:
any help in getting the right flags ?
The question is not well-defined. If you just want to know the JobID
number in the cluster, you could run this command every day and watch
the NEXT_JOB_ID increase:
# scontrol show config | grep NEXT_JOB_ID
NEXT_JOB_ID = 2377393
Job accounting is probably what you are looking for. You may take a
look at my Slurm Wiki page
https://wiki.fysik.dtu.dk/niflheim/Slurm_accounting
/Ole