1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Submitter ClassAd Attributes
============================
:classad-attribute-def:`CondorVersion`
A string containing the HTCondor version number, the release date,
and the build identification number.
:classad-attribute-def:`FlockedJobs`
The number of jobs from this submitter that are running in another
pool.
:classad-attribute-def:`HeldJobs`
The number of jobs from this submitter that are in the hold state.
:classad-attribute-def:`IdleJobs`
The number of jobs from this submitter that are now idle. Scheduler
and Local universe jobs are not included in this count.
:classad-attribute-def:`LocalJobsIdle`
The number of Local universe jobs from this submitter that are now
idle.
:classad-attribute-def:`LocalJobsRunning`
The number of Local universe jobs from this submitter that are
running.
:classad-attribute-def:`MyAddress`
The IP address associated with the *condor_schedd* daemon used by
the submitter.
:classad-attribute-def:`Name`
The fully qualified name of the user or accounting group. It will be
of the form ``name@submit.domain``.
:classad-attribute-def:`RunningJobs`
The number of jobs from this submitter that are running now.
Scheduler and Local universe jobs are not included in this count.
:classad-attribute-def:`ScheddIpAddr`
The IP address associated with the *condor_schedd* daemon used by
the submitter. This attribute is obsolete Use MyAddress instead.
:classad-attribute-def:`ScheddName`
The fully qualified host name of the machine that the submitter
submitted from. It will be of the form ``submit.domain``.
:classad-attribute-def:`SchedulerJobsIdle`
The number of Scheduler universe jobs from this submitter that are
now idle.
:classad-attribute-def:`SchedulerJobsRunning`
The number of Scheduler universe jobs from this submitter that are
running.
:classad-attribute-def:`SubmitterTag`
The fully qualified host name of the central manager of the pool
used by the submitter, if the job flocked to the local pool. Or, it
will be the empty string if submitter submitted from within the
local pool.
:classad-attribute-def:`WeightedIdleJobs`
A total number of requested cores across all Idle jobs from the
submitter, weighted by the slot weight. As an example, if
``SLOT_WEIGHT = CPUS``, and a job requests two CPUs, the weight of
that job is two.
:classad-attribute-def:`WeightedRunningJobs`
A total number of requested cores across all Running jobs from the
submitter.
|