Difference between revisions of "Netstat"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <code>Netstat</code>is a command at least available in [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]] that displays network statistics. | + | <code>Netstat</code>is a command at least available in [[AIX]], [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]] that displays network statistics. |
Revision as of 14:19, 8 December 2019
Netstat
is a command at least available in AIX, Linux[1], macOS and Windows that displays network statistics.
Linux Examples
netstat -vatunp
ornetstat -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
- Display statistics by protocol:
netstat -s
macOS Examples
netstat -ap tcp
netstat -ap tcp | grep LISTEN
See also
Advertising: