ports_in_use {netstat}R Documentation

Obtain the TCP ports currently in use

Description

Obtain the TCP ports currently in use

Usage

ports_in_use()

Value

An integer vector of the TCP ports currently in use

Examples

## Not run: 
  (active_ports <- ports_in_use())

## End(Not run)


[Package netstat version 0.1.2 Index]