read_node_status#
- lsst.ctrl.bps.htcondor.read_node_status(wms_path: str | PathLike) dict[str, dict[str, Any]]#
Read entire node status file.
Parameters#
- wms_path
stroros.PathLike Path that includes node status file for a run.
Returns#
- jobs
dict[str,dict[str,Any]] DAG summary information compiled from the node status file combined with the information found in the node event log.
Currently, if the same job attribute is found in both files, its value from the event log takes precedence over the value from the node status file.
- wms_path