condor_status#
- lsst.ctrl.bps.htcondor.condor_status(constraint=None, coll=None)#
Get information about HTCondor pool.
Parameters#
- constraint
str, optional Constraints to be passed to the query.
- coll
htcondor.Collector, optional Object representing HTCondor collector daemon.
Returns#
- pool_info
dict[str,dict[str,Any]] Mapping between HTCondor slot names and slot information (classAds).
- constraint