PBSResourceUsage
The PBS TimeLeft utility interrogates the PBS batch system for the current CPU and Wallclock consumed, as well as their limits.
- class DIRAC.Resources.Computing.BatchSystems.TimeLeft.PBSResourceUsage.PBSResourceUsage(jobID, parameters)
Bases:
ResourceUsage
This is the PBS plugin of the TimeLeft Utility
- __init__(jobID, parameters)
Standard constructor
- getResourceUsage()
Returns S_OK with a dictionary containing the entries CPU, CPULimit, WallClock, WallClockLimit, and Unit for current slot.