]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r230512: sockstat: Also show sockets not associated with a descriptor.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 22:35:30 +0000 (22:35 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 22:35:30 +0000 (22:35 +0000)
commitf132492ac259388c475997823d929eefdee1ed30
tree032adacfd98906015ede0e7c6f92bdbdbffb20c7
parent7d7b1353514d1c92157acf77a08966ae65914c67
MFC r230512: sockstat: Also show sockets not associated with a descriptor.

Sockets not associated with a file descriptor include TCP TIME_WAIT states
and sockets created via the socket(9) API such as from rpc.lockd and the NFS
client.

PR: bin/164081

git-svn-id: svn://svn.freebsd.org/base/stable/8@231789 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/sockstat/sockstat.1
usr.bin/sockstat/sockstat.c