Grid ClassAd Attributes

GahpCommandRuntime

A Statistics attribute defining the time it takes for commands issued to the GAHP server to complete.

GahpCommandsInFlight

A Statistics attribute defining the number of commands issued to the GAHP server that haven’t completed yet.

GahpCommandsIssued

A Statistics attribute defining the total number of commands that have been issued to the GAHP server.

GahpCommandsQueued

A Statistics attribute defining the number of commands the condor_gridmanager is refraining from issuing to the GAHP server due to configuration parameter GRIDMANAGER_MAX_PENDING_REQUESTS.

GahpCommandsTimedOut

A Statistics attribute defining the number of commands issued to the GAHP server that didn’t complete within the timeout period set by configuration parameter GRIDMANAGER_GAHP_RESPONSE_TIMEOUT.

GahpPid

The process id of the GAHP server used to interact with the grid service.

GridResourceUnavailableTime

Time at which the grid service became unavailable. Measured in the number of seconds since the epoch (00:00:00 UTC, Jan 1, 1970).

IdleJobs

The number of idle jobs currently submitted to the grid service by this condor_gridmanager.

JobLimit

The maximum number of jobs this condor_gridmanager will submit to the grid service at a time. This is controlled by configuration parameter GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE.

NumJobs

The number of jobs this condor_gridmanager is managing that are intended for the grid service.

SubmitsAllowed

The number of jobs this condor_gridmanager currently has submitted to the grid resource.

SubmitsWanted

The number of jobs this condor_gridmanager has refrained from submitting to the grid resource due to JobLimit.