summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-12-21 17:23:04 +0000
committerdes <des@FreeBSD.org>2009-12-21 17:23:04 +0000
commit6b03d5e862b5b8142602d01f208e0ce98954b870 (patch)
treeac4c6426dbe711dec999fbb9da99a746c3a1faae /usr.bin/sockstat
parentd2993e53cda49846ca799116a5ef6d5e7145f4f7 (diff)
downloadFreeBSD-src-6b03d5e862b5b8142602d01f208e0ce98954b870.zip
FreeBSD-src-6b03d5e862b5b8142602d01f208e0ce98954b870.tar.gz
Note that sockstat(1) does not display kernel-owned sockets.
Submitted by: infofarmer@ MFC after: 2 weeks
Diffstat (limited to 'usr.bin/sockstat')
-rw-r--r--usr.bin/sockstat/sockstat.17
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1
index 206dad7..64e163b 100644
--- a/usr.bin/sockstat/sockstat.1
+++ b/usr.bin/sockstat/sockstat.1
@@ -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 .
OpenPOWER on IntegriCloud