netstat

  • Show all connection

    netstat -na
  • Sort by port

    $(netstat -an | grep :${port} | sort)

Last updated

Was this helpful?