powered by
Parse the output of the 'Netstat' command line utility - obtained via netstat()
parse_netstat(netstat_output)
A data.frame containing the Active Internet Connections from netstat() output
The output of netstat() - i.e. a character vector comprising the output of the Netstat command line utility
if (FALSE) { netstat_output <- netstat() (active_connections_table <- parse_netstat(netstat_output)) }
Run the code above in your browser using DataLab