pub fn extract_info_from_output(read: impl Read + Send) -> (NodeInfo, String)
Extract NodeInfo from a running node by parsing its output.
NodeInfo
Returns the NodeInfo and all the read data.