*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> sockstat (1)              
Title
Content
Arch
Section
 

SOCKSTAT(1)

Contents


NAME    [Toc]    [Back]

     sockstat -- list open sockets

SYNOPSIS    [Toc]    [Back]

     sockstat [-46clu] [-p ports]

DESCRIPTION    [Toc]    [Back]

     The sockstat command lists open Internet or UNIX domain sockets.

     The following options are available:

     -4 	 Show AF_INET (IPv4) sockets.

     -6 	 Show AF_INET6 (IPv6) sockets.

     -c 	 Show connected sockets.

     -l 	 Show listening sockets.

     -p ports	 Only show Internet sockets if either 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.

     -u 	 Show AF_LOCAL (UNIX) sockets.

     If neither -4, -6 or -u is specified, sockstat will list sockets in all
     three domains.

     If neither -c or -l is specified, sockstat will list both listening and
     connected sockets.

     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 or datagram)
 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, it is the socket's filename.	For
		      other UNIX sockets, it is a right arrow followed by the
		      endpoint's filename, or ``??'' if the endpoint could not
		      be determined.

     FOREIGN ADDRESS  (Internet sockets only) The address the foreign end of
		      the socket is bound to (see getpeername(2)).

SEE ALSO    [Toc]    [Back]

      
      
     fstat(1), netstat(1), inet(4), inet6(4)

HISTORY    [Toc]    [Back]

     The sockstat command appeared in FreeBSD 3.1.

AUTHORS    [Toc]    [Back]

     The sockstat command and this manual page were written by Dag-Erling
     Smorgrav <[email protected]>.


FreeBSD 5.2.1			August 7, 2001			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
getsockopt IRIX get and set options on sockets
setsockopt HP-UX get and set options on sockets
getsockopt Linux get and set options on sockets
setsockopt NetBSD get and set options on sockets
getsockopt HP-UX get and set options on sockets
connect Tru64 Connect two sockets
getsockopt OpenBSD get and set options on sockets
setsockopt OpenBSD get and set options on sockets
getsockopt IRIX get and set options on sockets
getsockopt NetBSD get and set options on sockets
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service