Difference between revisions of "Netstat"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
* <code>netstat -vatunp</code> | * <code>netstat -vatunp</code> | ||
-v --verbose | -v --verbose | ||
+ | -a --all | ||
+ | * <code>netstat -tn/code> | ||
* Display statistics by protocol: <code>[[netstat -s]]</code> | * Display statistics by protocol: <code>[[netstat -s]]</code> |
Revision as of 08:03, 19 December 2019
Netstat
is 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/code>
- Display statistics by protocol:
netstat -s
macOS Examples
netstat -ap tcp
netstat -ap tcp | grep LISTEN
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: