Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
(→‎Linux Examples: * Display statistics by Protocol: <code>netstat -s</code>)
Line 4: Line 4:
 
== Linux Examples ==
 
== Linux Examples ==
 
* <code>netstat -vatunp</code>
 
* <code>netstat -vatunp</code>
 +
* Display statistics by protocol: <code>[[netstat -s]]</code>
  
 
== [[macOS]] Examples ==
 
== [[macOS]] Examples ==

Revision as of 14:10, 8 December 2019

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


Linux Examples

  • netstat -vatunp
  • Display statistics by protocol: netstat -s

macOS Examples

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


See also

Advertising: