Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 2.15 KB

classad-attributes-added-by-collector.rst

File metadata and controls

46 lines (38 loc) · 2.15 KB

ClassAd Attributes Added by the condor_collector

:index:`ClassAd attribute added by the condor_collector`

:classad-attribute:`AuthenticatedIdentity`
The authenticated name assigned by the condor_collector to the daemon that published the ClassAd.
:classad-attribute:`AuthenticationMethod`
The authentication method used by the condor_collector to determine the AuthenticatedIdentity.
:classad-attribute:`LastHeardFrom`
The time inserted into a daemon's ClassAd representing the time that this condor_collector last received a message from the daemon. Time is represented as the number of second elapsed since the Unix epoch (00:00:00 UTC, Jan 1, 1970). This attribute is added if COLLECTOR_DAEMON_STATS is True.
:classad-attribute:`UpdatesHistory`
A bitmap representing the status of the most recent updates received from the daemon. This attribute is only added if :macro:`COLLECTOR_DAEMON_HISTORY_SIZE` is non-zero. See the :ref:`admin-manual/configuration-macros:condor_collector configuration file entries` section for more information on this setting. This attribute is added if COLLECTOR_DAEMON_STATS is True.
:classad-attribute:`UpdatesLost`
An integer count of the number of updates from the daemon that the condor_collector can definitively determine were lost since the condor_collector started running. This attribute is added if COLLECTOR_DAEMON_STATS is True.
:classad-attribute:`UpdatesSequenced`
An integer count of the number of updates received from the daemon, for which the condor_collector can tell how many were or were not lost, since the condor_collector started running. This attribute is added if COLLECTOR_DAEMON_STATS is True.
:classad-attribute:`UpdatesTotal`
An integer count started when the condor_collector started running, representing the sum of the number of updates actually received from the daemon plus the number of updates that the condor_collector determined were lost. This attribute is added if COLLECTOR_DAEMON_STATS is True.