| Main index | Section 1 | 日本語 | Options |
The following options are available:
| | |
| Show AF_INET (IPv4) sockets. | |
| | |
| Show AF_INET6 (IPv6) sockets. | |
| | |
| Display the congestion control module, if applicable. This is currently only implemented for TCP. | |
| | |
| Show connected sockets. | |
| | |
| Show the FIB number of each socket. | |
| | |
| Show the local address of the socket to which the current socket is spliced, if any. See the setsockopt(2) SO_SPLICE option for more information. | |
| | |
| Display the inp_gencnt. | |
| | |
| Show only sockets belonging to the specified jail ID or name. | |
| | |
| Only show Internet sockets if the local and foreign addresses are not in the loopback network prefix 127.0.0.0/8, or do not contain the IPv6 loopback address ::1. | |
| | |
| Show listening sockets. | |
| | |
| Do not resolve numeric UIDs to user names. | |
| | |
| Only show Internet sockets if the local or foreign port number is on the specified list. The ports argument is a comma-separated list of port numbers and ranges specified as first and last port separated by a dash. | |
| | |
| Only show sockets of the specified protocols. The protocols argument is a comma-separated list of protocol names, as they are defined in protocols(5). | |
| | |
| Quiet mode, do not print the header line. | |
| | |
| Display the protocol stack, if applicable. This is currently only implemented for TCP. | |
| | |
| Display the protocol state, if applicable. This is currently only implemented for SCTP and TCP. | |
| | |
| Display the remote UDP encapsulation port number, if applicable. This is currently only implemented for SCTP and TCP. | |
| | |
| Show AF_LOCAL (Ux) sockets. | |
| | |
| Verbose mode. | |
| | |
| Use wider field size for displaying addresses. | |
If neither
If neither
The information listed for each socket is:
| USER | The user who owns the socket. |
| COMMAND | The command which holds the socket. |
| PID | The process ID of the command which holds the socket. |
| FD | The file descriptor number of the socket. |
| PROTO | The transport protocol associated with the socket for Internet sockets, or the type of socket (stream, datagram, or seqpacket) for Unix sockets. |
| LOCAL ADDRESS |
For Internet sockets, this is the address the local end of the socket
is bound to (see
getsockname(2)).
For bound Unix sockets, socket's filename is printed. For not bound Unix sockets, the field is empty. |
| FOREIGN ADDRESS |
For Internet sockets, this is the address the foreign end of the socket
is bound to (see
getpeername(2)).
For bound Unix sockets a left arrow followed by the peer list is printed. For Unix sockets that went through connect(2) system call a right arrow followed by the peer is printed. Peers are printed in square brackets as [PID FD]. |
| ID |
The inp_gencnt if
|
| ENCAPS |
The remote UDP encapsulation port number if
|
| PATH STATE |
The path state if
|
| CONN STATE |
The connection state if
|
| STACK |
The protocol stack if
|
| CC |
The congestion control if
|
If a socket is associated with more than one file descriptor, it is shown multiple times. If a socket is not associated with any file descriptor, the first four columns have no meaning.
$ sockstat -4 -l -P tcp -p 22
Show information for sockets using either TCP or UDP, if neither, the local nor the foreign addresses are in the loopback network:
$ sockstat -L -P tcp,udp
Show TCP IPv6 sockets which are listening and connected (default):
$ sockstat -6 -P tcp
| SOCKSTAT (1) | October 15, 2024 |
| Main index | Section 1 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | If you have an emergency I'm great at running around and flailing my arms | ” |
| — Artur Bagyants | ||