4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sbin / nfsiod / nfsiod.8
.\" Copyright (c) 1989, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" %sccs.include.redist.man%
.\"
.\" @(#)nfsiod.8 8.1 (Berkeley) %G%
.\"
.Dd
.Dt NFSIOD 8
.Os
.Sh NAME
.Nm nfsiod
.Nd local
.Tn NFS
asynchronous I/O server
.Sh SYNOPSIS
.Nm nfsiod
.Op Ar numdaemons
.Sh DESCRIPTION
.Nm Nfsiod
runs on an
.Tn NFS
client machine to service asynchronous I/O requests to its server.
It improves performance but is not required for correct operation.
.Pp
Available options:
.Pp
.Bl -tag -width Ds
.It Ar numdaemons
The option
.Ar numdaemons
defines how many
.Nm nfsiod
daemons to start;
if unspecified, only a single daemon will be started.
A client should typically run enough daemons to handle
their maximum level of concurrency,
typically four to six.
.El
.Sh SEE ALSO
.Xr nfsstat 1 ,
.Xr nfssvc 2 ,
.Xr mountd 8 ,
.Xr portmap 8
.Sh HISTORY
The
.Nm
command
.Ud