Date: Mon, 21 Dec 2009 17:23:04 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200779 - head/usr.bin/sockstat Message-ID: <200912211723.nBLHN4RR034528@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Mon Dec 21 17:23:04 2009 New Revision: 200779 URL: http://svn.freebsd.org/changeset/base/200779 Log: Note that sockstat(1) does not display kernel-owned sockets. Submitted by: infofarmer@ MFC after: 2 weeks Modified: head/usr.bin/sockstat/sockstat.1 Modified: head/usr.bin/sockstat/sockstat.1 ============================================================================== --- head/usr.bin/sockstat/sockstat.1 Mon Dec 21 15:50:37 2009 (r200778) +++ head/usr.bin/sockstat/sockstat.1 Mon Dec 21 17:23:04 2009 (r200779) @@ -167,3 +167,10 @@ The .Nm command and this manual page were written by .An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org . +.Sh BUGS +Unlike +.Xr netstat 1 , +.Nm +lists sockets by walking file descriptor tables and will not output +the ones owned by the kernel, e.g. NLM sockets created by +.Xr rpc.lockd 8 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912211723.nBLHN4RR034528>