read_node_status

lsst.ctrl.bps.htcondor.read_node_status(wms_path)

Read entire node status file.

Parameters:
wms_pathstr

Path that includes node status file for a run.

Returns:
jobsdict [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.