summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2012-12-02 05:57:53 +0000
committeralfred <alfred@FreeBSD.org>2012-12-02 05:57:53 +0000
commit5d17b1fe2dbb7e7ce96b95036fe4c3a0f3685491 (patch)
tree49b16c374c5cac57a87a98df66ed18d2220dd182 /usr.sbin
parentbc69f28c3bfbf94342c0f0789ab0ca3e3ca058f7 (diff)
downloadFreeBSD-src-5d17b1fe2dbb7e7ce96b95036fe4c3a0f3685491.zip
FreeBSD-src-5d17b1fe2dbb7e7ce96b95036fe4c3a0f3685491.tar.gz
Document maxthreads and minthreads arguments
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/nfsd/nfsd.815
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8
index ea99640..19e5644 100644
--- a/usr.sbin/nfsd/nfsd.8
+++ b/usr.sbin/nfsd/nfsd.8
@@ -41,6 +41,8 @@ server
.Op Fl arduteo
.Op Fl n Ar num_servers
.Op Fl h Ar bindip
+.Op Fl maxthreads Ar max_threads
+.Op Fl minthreads Ar min_threads
.Sh DESCRIPTION
The
.Nm
@@ -74,8 +76,17 @@ Unregister the
service with
.Xr rpcbind 8
without creating any servers.
-.It Fl n
-Specifies how many servers to create.
+.It Fl n Ar threads
+Specifies how many servers to create. This option is equivalent to specifying
+.Fl maxthreads
+and
+.Fl minthreads
+with their respective arguments to
+.Ar threads .
+.It Fl maxthreads Ar threads
+Specifies the maximum servers that will be kept around to service requests.
+.It Fl minthreads Ar threads
+Specifies the minimum servers that will be kept around to service requests.
.It Fl h Ar bindip
Specifies which IP address or hostname to bind to on the local host.
This option is recommended when a host has multiple interfaces.
OpenPOWER on IntegriCloud