mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.
Reviewed by: silby
This commit is contained in:
parent
392dbea3f6
commit
d22427bf0f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123968
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user