]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r230512: sockstat: Also show sockets not associated with a descriptor.
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 21:03:26 +0000 (21:03 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 21:03:26 +0000 (21:03 +0000)
commit6b905b553b0ffd18a24d530c2765f1560e719f53
treebcf2d85328f7a023e5a8fad178c6ceb76dd8eb3f
parente01306e5ca53af13fbdd519dd2c105ae3827e6c5
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/9@231779 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/sockstat/sockstat.1
usr.bin/sockstat/sockstat.c