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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
Defrag ClassAd Attributes
=========================
:classad-attribute-def:`AvgDrainingBadput`
Fraction of time CPUs in the pool have spent on jobs that were
killed during draining of the machine. This is calculated in each
polling interval by looking at :ad-attr:`TotalMachineDrainingBadput`.
Therefore, it treats evictions of jobs that do and do not produce
checkpoints the same. When the *condor_startd* restarts, its
counters start over from 0, so the average is only over the time
since the daemons have been alive.
:classad-attribute-def:`AvgDrainingUnclaimedTime`
Fraction of time CPUs in the pool have spent unclaimed by a user
during draining of the machine. This is calculated in each polling
interval by looking at :ad-attr:`TotalMachineDrainingUnclaimedTime`. When
the *condor_startd* restarts, its counters start over from 0, so
the average is only over the time since the daemons have been alive.
:classad-attribute-def:`DaemonStartTime`
The time that this daemon was started, represented as the number of
seconds elapsed since the Unix epoch (00:00:00 UTC, Jan 1, 1970).
:classad-attribute-def:`DaemonLastReconfigTime`
The time that this daemon was configured, represented as the number
of seconds elapsed since the Unix epoch (00:00:00 UTC, Jan 1, 1970).
:classad-attribute-def:`DrainedMachines`
A count of the number of fully drained machines which have arrived
during the run time of this *condor_defrag* daemon.
:classad-attribute-def:`DrainFailures`
Total count of failed attempts to initiate draining during the
lifetime of this *condor_defrag* daemon.
:classad-attribute-def:`DrainSuccesses`
Total count of successful attempts to initiate draining during the
lifetime of this *condor_defrag* daemon.
:classad-attribute-def:`Machine`
A string with the machine's fully qualified host name.
:classad-attribute-def:`MachinesDraining`
Number of machines that were observed to be draining in the last
polling interval.
:classad-attribute-def:`MachinesDrainingPeak`
Largest number of machines that were ever observed to be draining.
:classad-attribute-def:`MeanDrainedArrived`
The mean time in seconds between arrivals of fully drained machines.
:classad-attribute-def:`MonitorSelfAge`
The number of seconds that this daemon has been running.
:classad-attribute-def:`MonitorSelfCPUUsage`
The fraction of recent CPU time utilized by this daemon.
:classad-attribute-def:`MonitorSelfImageSize`
The amount of virtual memory consumed by this daemon in KiB.
:classad-attribute-def:`MonitorSelfRegisteredSocketCount`
The current number of sockets registered by this daemon.
:classad-attribute-def:`MonitorSelfResidentSetSize`
The amount of resident memory used by this daemon in KiB.
:classad-attribute-def:`MonitorSelfSecuritySessions`
The number of open (cached) security sessions for this daemon.
:classad-attribute-def:`MonitorSelfTime`
The time, represented as the number of seconds elapsed since the
Unix epoch (00:00:00 UTC, Jan 1, 1970), at which this daemon last
checked and set the attributes with names that begin with the string
``MonitorSelf``.
:classad-attribute-def:`MyAddress`
String with the IP and port address of the *condor_defrag* daemon
which is publishing this ClassAd.
:classad-attribute-def:`MyCurrentTime`
The time, represented as the number of seconds elapsed since the
Unix epoch (00:00:00 UTC, Jan 1, 1970), at which the
*condor_defrag* daemon last sent a ClassAd update to the
*condor_collector*.
:classad-attribute-def:`Name`
The name of this daemon; typically the same value as the ``Machine``
attribute, but could be customized by the site administrator via the
configuration variable :macro:`DEFRAG_NAME`.
:classad-attribute-def:`RecentCancelsList`
A ClassAd list of ClassAds describing the last ten cancel commands sent
by this daemon. Attributes include ``when``, as the number of seconds
since the Unix epoch; and ``who``, the ``Name`` of the slot being drained.
:classad-attribute-def:`RecentDrainFailures`
Count of failed attempts to initiate draining during the past
``RecentStatsLifetime`` seconds.
:classad-attribute-def:`RecentDrainSuccesses`
Count of successful attempts to initiate draining during the past
``RecentStatsLifetime`` seconds.
:classad-attribute-def:`RecentDrainsList`
A ClassAd list of ClassAds describing the last ten drain commands sent
by this daemon. Attributes include ``when``, as the number of seconds
since the Unix epoch; ``who``, the ``Name`` of the slot being drained;
and ``what``, one of the three strings ``graceful``, ``quick``, or
``fast``.
:classad-attribute-def:`RecentStatsLifetime`
A Statistics attribute defining the time in seconds over which
statistics values have been collected for attributes with names that
begin with ``Recent``.
:classad-attribute-def:`UpdateSequenceNumber`
An integer, starting at zero, and incremented with each ClassAd
update sent to the *condor_collector*. The *condor_collector* uses
this value to sequence the updates it receives.
:classad-attribute-def:`WholeMachines`
Number of machines that were observed to be defragmented in the last
polling interval.
:classad-attribute-def:`WholeMachinesPeak`
Largest number of machines that were ever observed to be
simultaneously defragmented.
|