Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 18: Line 18:
 
* Display statistics by protocol: <code>[[netstat -s]]</code>
 
* Display statistics by protocol: <code>[[netstat -s]]</code>
  
== [[macOS]] Examples ==
+
== [[macOS]] examples ==
 
* <code>netstat -ap tcp</code>
 
* <code>netstat -ap tcp</code>
 
** <code>netstat -ap tcp | grep LISTEN</code>
 
** <code>netstat -ap tcp | grep LISTEN</code>
  
 +
== Windows examples ==
 +
netstat -an
  
 
== Related commands ==
 
== Related commands ==

Revision as of 15:09, 28 March 2020

Netstatis a command to displays network statistics. Netstat is at least available in AIX, Linux[1], macOS and Windows

Linux Examples

-l show only listening sockets
-p --program Show the PID and name (PID/name) of the program to which each socket belong
-t --tcp
  • netstat -vatunp
-v --verbose
-a --all
  • netstat -tn or netstat --tcp -n (TCP connections)
  • netstat -rn IP routes

macOS examples

  • netstat -ap tcp
    • netstat -ap tcp | grep LISTEN

Windows examples

netstat -an

Related commands


See also

  • http://man7.org/linux/man-pages/man8/netstat.8.html
  • https://unix.stackexchange.com/a/9254
  • https://unix.stackexchange.com/a/9254
  • Advertising: