
netstat
Sign in to saveIn computing, netstat is a command-line network utility that displays open network sockets, routing tables, and a number of network interface (network interface controller or software-defined network interface) and network protocol statistics. It is available on Unix, Plan 9, Inferno, and Unix-like operating systems including macOS, Linux, Solaris and BSD. It is also available on IBM OS/2 and on Microsoft Windows NT-based operating systems including Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 10.
Key facts
- Software.name
- netstat
- Software.screenshot
- Netstat screenshot.png
- Software.caption
- The netstat command in Linux
- Software.developer
- Various open-source and commercial developers
- Software.programming language
- Plan 9: C
- Software.operating system
- Unix, Unix-like, Plan 9, Inferno, OS/2, Microsoft Windows, ReactOS
- Software.platform
- Cross-platform
- Software.genre
- Command
- Software.license
- OS/2, Windows: Proprietary commercial softwarenet-tools, ReactOS: GPLv2Plan 9: MIT License
via Wikipedia infobox
Wikidata facts
- Image
- Netstat screenshot.png
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/netstat
via Wikidata · CC0
~11 min read
Article
14 sectionsContents
- Statistics provided
- Parameters
- Examples
- Cross platform
- Unix-like
- Windows
- *nix
- Wildcards
- Caveats
- Platform specific remarks
- See also
- References
- Further reading
- External links
In computing, netstat is a command-line network utility that displays open network sockets, routing tables, and a number of network interface (network interface controller or software-defined network interface) and network protocol statistics. It is available on Unix, Plan 9, Inferno, and Unix-like operating systems including macOS, Linux, Solaris and BSD. It is also available on IBM OS/2 and on Microsoft Windows NT-based operating systems including Windows XP, Windows Vista, Windows 7, Windows 8 and Windows 10.
It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement. On Linux this program is mostly obsolete, although still included in many distributions.