summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2003-12-29 12:29:37 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2003-12-29 12:29:37 +0000
commitd22427bf0fbd705d7b5d799c7fcfbab53bffecff (patch)
treecaa799727d860a18e8184b36ea4563d224849edd /lib/libc
parent392dbea3f61471e250e31a8d2c92529cb7fe9eb7 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/sendfile.29
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2
index e2cac6a4a777..feada0735926 100644
--- a/lib/libc/sys/sendfile.2
+++ b/lib/libc/sys/sendfile.2
@@ -145,6 +145,14 @@ variable or the
kernel configuration tunable.
The number of sendfile buffers scales with
.Va kern.maxusers .
+.Va kern.ipc.nsfbufsused
+and
+.Va kern.ipc.nsfbufspeak
+read-only sysctl variables show current and peak
+.Xr sendfile 2
+buffers usage respectively.
+These values may also be viewed through
+.Nm netstat Fl m .
.Sh RETURN VALUES
.Rv -std sendfile
.Sh ERRORS
@@ -201,6 +209,7 @@ If specified, the number of bytes successfully sent will be returned in
.Fa *sbytes .
.El
.Sh SEE ALSO
+.Xr netstat 1 ,
.Xr open 2 ,
.Xr send 2 ,
.Xr socket 2 ,