knitr::opts_chunk$set(echo = TRUE)

netstat

CRAN status Travis build status Downloads

netstat allows you to easily view which TCP ports are in use and which are free to use.

# install.packages("netstat")
library(netstat)

See which TCP ports are currently in use with ports_in_use()

ports_in_use()

Find a free TCP port using free_port()

free_port()


stevecondylios/netstat documentation built on Oct. 20, 2022, 9:07 p.m.