On 6/2/20 10:16 AM, Sidhu, Khushwant wrote:
When a job is running & I use the command:

Sacct –format “AveCPU, AveDiskRead, AveDiskWrite,user” –j 12345

I get values for all parameters.

However, when a job is completed, the same command returns no values for all but ‘user’.

Is there a reason for this ?

This works for me with a completed job:

# sacct -j 2507000 --format AveCPU,AveDiskRead,AveDiskWrite,user
    AveCPU    AveDiskRead   AveDiskWrite      User
---------- -------------- -------------- ---------
                                            xxxxxx
  00:00:00          0.04M          0.00M
  00:00:00          0.00M              0
  01:00:22          1.63M          1.66M

We run Slurm 19.05.6.

/Ole

Reply via email to