LSFResourceUsage

The LSF TimeLeft utility interrogates the LSF batch system for the current CPU and Wallclock consumed, as well as their limits.

class DIRAC.Resources.Computing.BatchSystems.TimeLeft.LSFResourceUsage.LSFResourceUsage(jobID, parameters)

Bases: ResourceUsage

This is the LSF 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.