Skip to content

Send job accounting to central services

Send job accounting information from JobAgent and JobWrapper to the central services using SetJobStatus's extrafield:

  • when the job's state is set to RUNNING, the JobWrapper sends: number of CPUs, CPU Model Name, CPU Vendor Id, CPU Family, CPU Model, CPU hyperthreading
  • when the JobAgent sends the final report to monitoring, it also sends to the Central Services: maxrsize, maxvsize, cputime, time, price.
  • when the JobAgent sends batch info, it also sends the data to the Central Services.

Signed-off-by: Elena Mihailescu maria.mihailescu@upb.ro

Merge request reports