|
tcplisttcplist - list tcp connections to/from this machineSYNOPSIStcplist [ -n ] [ -N ] [ -T ] [ -s ] [ -v ] [ -V ] [ -f filename ] [ -t timeout ]DESCRIPTIONTcplist lists all the TCP connections to or from the machine it is run on. If any of the remote machines are running Ident-compilant servers, this is queried, and the results listed for each connection. Output is by default in "user@address:portnum user@address:portnum" format.Ident queries are done using non-blocking I/O, for performance. OPTIONS
FILES/etc/services, /etc/hostsSEE ALSOnetstat(8C), hosts(5), networks(5), services(5), tcp(4P), authd(8), RFC931, RFC1413, lsof(1/8)HISTORYWritten by John DiMarco at the University of Toronto, CSLabBUGSThe kernel's tables can change while tcplist is examining them, creating incorrect or partial displays.Excessively long strings returned by Ident servers may be truncated. If an Ident server doesn't respond within the timeout, it is presumed to be down. If the machine is very slow, remote, or congested, it may in fact be up. The shorter the timeout, the more likely this will be.
Visit the GSP FreeBSD Man Page Interface. |