Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

netstat

From Wikipedia, the free encyclopedia
Command line network statistics tool
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Netstat" – news ·newspapers ·books ·scholar ·JSTOR
(August 2012) (Learn how and when to remove this message)
netstat
Thenetstat command in Linux
Developer(s)Variousopen-source andcommercial developers
Initial release1983; 42 years ago (1983)
Written inPlan 9:C
Operating systemUnix,Unix-like,Plan 9,Inferno,OS/2,Microsoft Windows,ReactOS
PlatformCross-platform
TypeCommand
LicenseOS/2, Windows:Proprietarycommercial software
net-tools, ReactOS:GPLv2
Plan 9:MIT License

Incomputing,netstat is acommand-linenetwork utility that displays open network sockets,routing tables, and a number of network interface (network interface controller orsoftware-defined network interface) and network protocol statistics. It is available onUnix,Plan 9,Inferno, andUnix-likeoperating systems includingmacOS,Linux,Solaris andBSD. It is also available onIBMOS/2 and onMicrosoftWindows NT-based operating systems includingWindows XP,Windows Vista,Windows 7,Windows 8 andWindows 10.

It is used for finding problems in the network and to determine the amount of traffic on the network as a performance measurement.[1] On Linux this program is mostly obsolete, although still included in many distributions.

On Linux,netstat (part of "net-tools") is superseded byss (part ofiproute2). The replacement fornetstat -r isip route, the replacement fornetstat -i isip -s link, and the replacement fornetstat -g isip maddr, all of which are recommended instead.[2][3][4][5]

Statistics provided

[edit]

Netstat provides statistics for the following:

  • Proto – The name of the protocol (TCP,UDP, etc.). On some systems, the protocol name may be followed by "4" or "6", depending on whether the protocol is running overIPv4 orIPv6.
  • Local Address – TheIP address of the local computer and the port number being used. The name of the local computer that corresponds to the IP address and the name of the port is shown unless the-n parameter is specified. An asterisk (*) is shown for the host if the server is listening on all interfaces. If the port is not yet established, the port number is shown as an asterisk.
  • Foreign Address – The IP address and port number of the remote computer to which the socket is connected. The names that corresponds to the IP address and the port are shown unless the-n parameter is specified. If the port is not yet established, the port number is shown as an asterisk (*).
  • State – Indicates the state of a TCP connection. The possible states are as follows:CLOSE_WAIT, CLOSED, ESTABLISHED, FIN_WAIT_1, FIN_WAIT_2, LAST_ACK, LISTEN, SYN_RECEIVED, SYN_SEND, andTIME_WAIT. For more information about the states of a TCP connection, seeRFC 793.

Parameters

[edit]

Parameters used with this command must be prefixed with a hyphen (-) rather than a slash (/). Some parameters are not supported on all platforms.

NameDescriptionWindowsReactOSmacOSBSDNetBSDFreeBSDLinuxSolarisOS/2
-aDisplaysall active connections and the TCP and UDPports on which the computer is listening.YesYesYesYesYesYes
-bDisplays thebinary (executable) program's name involved in creating each connection or listening port. (Windows XP,Windows Server 2003 and newer Windows operating systems; not MicrosoftWindows 2000 or older).YesNoNo
-bCauses-i to report the total number ofbytes of traffic.NoYesYesNo
-eDisplaysethernet statistics, such as the number ofbytes and packets sent and received. This parameter can be combined with-s.YesYesNo
-fDisplaysfully qualified domain names <FQDN> for foreign addresses (only available onWindows Vista and newer operating systems).YesNoNo
-fAddress FamilyLimits display to a particular socket address family,unix,inet,inet6NoYesNo
-gDisplays multicastgroup membership information for both IPv4 and IPv6 (may only be available on newer operating systems)NoNoYes
-iDisplays networkinterfaces and their statisticsNoNoYesYesYesYesYes
-mDisplays thememory statistics for the networking code (STREAMS statistics on Solaris).NoNoYesYesYesYesYes
-nDisplays active TCP connections, however, addresses and port numbers are expressed numerically and no attempt is made to determine names.YesYesYesYesYesYesYesYes
-oDisplays active TCP connections and includes the process id (PID) for each connection. You can find the application based on the PID in theProcesses tab inWindows Task Manager. This parameter can be combined with-a, -n, and-p. This parameter is available on MicrosoftWindows XP,Windows Server 2003, andWindows 2000 if a hotfix is applied.[6]YesNoNo
-pprotocolShows connections for theprotocol specified byprotocol. In this case,protocol can betcp, udp, tcpv6, or udpv6. If this parameter is used with-s to display statistics by protocol,protocol can betcp, udp, icmp, ip, tcpv6, udpv6, icmpv6, oripv6.YesYesYesYesYesYes
-pShow whichprocesses are using which sockets (similar to -b under Windows) (you must be root to do this)NoNoYes
-PprotocolShows connections for theprotocol specified byprotocol. In this case,protocol can beip, ipv6, icmp, icmpv6, igmp, udp, tcp, or rawip.NoNoYes
-rDisplays the contents of theIProuting table. (This is equivalent to theroute print command under Windows.)YesYesYesYesYesYesYesYesYes
-sDisplaysstatistics by protocol. By default, statistics are shown for theTCP,UDP,ICMP, andIP protocols. If the IPv6 protocol for Windows XP is installed, statistics are shown for the TCP overIPv6, UDP over IPv6,ICMPv6, and IPv6 protocols. The-p parameter can be used to specify a set of protocols.YesYesYesYesYesYesYesYes
-tDisplay only TCP connections.NoYesYes
-uDisplay only UDP connections.NoNoYesYes
-WDisplay wide output - doesn't truncate hostnames or IPv6 addressesNoNoYesNo
-xDisplays NetworkDirect connections, listeners, and shared endpoints.Yes
-yDisplays the TCP connection template for all connections.Cannot be combined with the other options.Yes
-vWhen used in conjunction with-b it will display the sequence of components involved in creating the connection or listening port for all executables.YesNoNo
IntervalRedisplays the selected information every Interval seconds. Press CTRL+C to stop the redisplay. If this parameter is omitted, netstat prints the selected information only once.YesYesNo
-hDisplays help at the command prompt.YesNoYesYesYesYesYesYesNo
-?Displays help at the command prompt.YesNoNoNoNoNoNoNoYes
/?Displays help at the command prompt.YesYesNoNoNoNoNoNoNo

Examples

[edit]

Cross platform

[edit]

On macOS, BSD systems, Linux distributions, and Microsoft Windows:

To display thestatistics for only the TCP or UDPprotocols, type one of the following commands:

netstat -sp tcp

netstat -sp udp

Unix-like

[edit]

On Unix-like systems:

To display all ports open by a process with idpid:

netstat -aop | grep "pid"

To continuously display open TCP and UDP connections numerically and also which program is using them on Linux:

netstat -nutpacw

Windows

[edit]

On Microsoft Windows:

To display active TCP connections and the process IDs every5 seconds, type the following command (works on NT based systems only, or Windows 2000 with hotfix):

netstat -o 5

To display active TCP connections and the process IDs usingnumerical form, type the following command (works on NT based systems only, or Windows 2000 with hotfix):

netstat -no

*nix

[edit]
CommandExplanation
netstat -aShows all sockets, both listening and non-listening, all protocols like TCP, UDP etc.
netstat -atShows only TCP connections (-au shows only UDP connections)
netstat -antShows all TCP connections with no DNS resolution (show IP addresses instead).
netstat -alShows only listening sockets.
netstat -aepAlso show PID and to which program each socket belongs, e adds extra info like the user. Run as root to see all PIDs.
netstat -sShows network statistics.
netstat -rShows kernel routing information. This is the same output as route -e.
netstat -iDisplays a table of all network interfaces. Add -e to get output similar to ifconfig.
netstat -ctDisplays TCP connections continuously.
netstat -gDisplay multicast group membership information for IPv4 and IPv6.
netstat -lntuDisplay all services listening for TCP and UDP, all free open ports on the local machine.
netstat -atnp | grep ESTADisplays all currently "established" TCP connections.

Wildcards

[edit]

Netstat uses an asterisk * as a wildcard which means "any". An example would be

Example output:

....Local Address Foreign Address State... *:smtp          *:*   LISTEN

Under "Local Address" *, in*:smtp, means the process is listening on all of the network interfaces the machine has for the port mapped as smtp (see /etc/services for service resolution). This can also be shown as 0.0.0.0.The first *, in*:*, means connections can come from any IP address, and the second *, in*:*, means the connection can originate from any port on the remote machine.

Caveats

[edit]

Some versions ofnetstat lack explicit field delimiters in their printf-generated output, leading to numeric fields running together and thus corrupting the output data.

Platform specific remarks

[edit]
TheReactOSnetstat command
ThemacOSnetstat command

UnderLinux, raw data can often be obtained from the/proc/net/dev to work around theprintf output corruption arising in netstat's network interface statistics summary,netstat -i, until such time as the problem is corrected.[citation needed]

On theWindows platform, netstat information can be retrieved by calling theGetTcpTable andGetUdpTable functions in the IP HelperAPI, or IPHLPAPI.DLL. Information returned includes local and remoteIP addresses, local and remote ports, and (for GetTcpTable)TCP status codes. In addition to the command-line netstat.exe tool that ships with Windows,GUI-based netstat programs are available.

On the Windows platform, this command is available only if theInternet Protocol (TCP/IP) protocol is installed as a component in the properties of a network adapter in Network Connections.

On theWindows platform running Remote Desktop Services (formerly Terminal Services) it will only show connections for the current user, not for the whole computer.

OnmacOS, the /System/Library/CoreServices/Applications folder (or /Applications/Utilities inOS X Mountain Lion and earlier) contains a network GUI utility calledNetwork Utility, theNetstat tab of which runs the netstat command and displays its output in the tab.

See also

[edit]

References

[edit]
  1. ^"IBM Systems Information Center".ibm.com. 8 May 2007.
  2. ^"net-tools".linuxfoundation.org. Archived fromthe original on 2016-06-11. Retrieved2014-08-02.
  3. ^"Arch Linux".archlinux.org. 8 June 2011.
  4. ^"Deprecated Linux networking commands and their replacements".Doug Vitale Tech Blog. 21 December 2011.
  5. ^"netstat man page (notes section)". Retrieved2 August 2014.This program is obsolete. Replacement for netstat is ss. Replacement for netstat -r is ip route. Replacement for netstat -i is ip -s link. Replacement for netstat -g is ip maddr.
  6. ^"The netstat command can now display process IDs that correspond to active TCP or UDP connections in Windows 2000". Archived fromthe original on 24 August 2007.

Further reading

[edit]

External links

[edit]
Wikibooks has a book on the topic of:Guide to Windows Commands
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous
File system
Processes
User environment
Text processing
Shell builtins
Networking
Searching
Software development
Miscellaneous
Ecosystem
Interpreters
Terminals
File system navigation
File management
Archiving
Disk management
Processes
Registry
User environment
File contents
Scripting
Networking
Maintenance and care
Boot management
Software development
Miscellaneous
Retrieved from "https://en.wikipedia.org/w/index.php?title=Netstat&oldid=1276318719"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp