×
In computing, netstat (network statistics) is a command-line network utility that displays network connections for Transmission Control Protocol (both incoming and outgoing), routing tables, and a number of network interface (network interface controller or software-defined network interface) and network protocol ...
People also ask
Feb 3, 2023 · Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table, IPv4 statistics (for ...
The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, ...

netstat

Unix-like operating system command
In computing, netstat is a command-line network utility that displays network connections for Transmission Control Protocol, routing tables, and a number of network interface and network protocol statistics. Wikipedia
Syntax: netstat address_family_options --tcp|-t --udp|-u --raw|-w --listening|-l --all|-a --numeric|-n --numeric-hosts--numeric-ports--numeric-ports --symbolic|-N --extend|-e--extend|-e --timers|-o --program|-p --verbose|-v --continuous|-c delay
Function: Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
Linux equivalent: The ss command
Developer(s): Various open-source and commercial developers
Initial release: 1983; 41 years ago
License: OS/2, Windows: Proprietary commercial software; net-tools, ReactOS: GPLv2; Plan 9: MIT License

Netstat prints information about the Linux networking subsystem. The type of information printed is controlled by the first argument, as follows:
May 18, 2020 · The network statistics ( netstat ) command is a networking tool used for troubleshooting and configuration, that can also serve as a ...
Apr 14, 2023 · The netstat command is used to show detailed network status information. Learn more about using this command and see several examples.