Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* <code>netstat -vatunp</code> or <code>netstat -lnpt</code>
 
* <code>netstat -vatunp</code> or <code>netstat -lnpt</code>
 
  -l show only listening sockets
 
  -l show only listening sockets
  -p --program Show the PID and name (PID/name) of the program to which each socket belongs
+
  -p --program Show the PID and name (PID/name) of the program to which each socket belong
 +
-t --tcp
 +
 
 +
 
 
* Display statistics by protocol: <code>[[netstat -s]]</code>
 
* Display statistics by protocol: <code>[[netstat -s]]</code>
  

Revision as of 14:18, 8 December 2019

Netstatis a command at least available in Linux[1], macOS and Windows that displays network statistics.


Linux Examples

  • netstat -vatunp or netstat -lnpt
-l show only listening sockets
-p --program Show the PID and name (PID/name) of the program to which each socket belong
-t --tcp


macOS Examples

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


See also

Advertising: