A command to display:

  • Active TCP connections
  • Listening ports
  • Ethernet statistics
  • IPv4 Statistics

netstat -a

Shows all active connections

netstat -b

Shows which programs are using the most network resources

  • Requires administrator priviledges

netstat -n

Shows connections in IP addresses and port numbers