Lines Matching +full:total +full:- +full:timeout
42 oriented protocols and timeout/retransmit support for datagram sockets on
50 will be improved by running nfsiod daemons that perform read-aheads
51 and write-behinds.
80 require the \fB-n\fR option to enable non-root mount request servicing.
99 \fB-b\fR
105 \fBmount -a\fR
111 with various non-BSD NFS servers. The
112 \fB-P\fR
121 \fB-c\fR
130 \fB-g=\fInum\fR
140 \fB-g=\fInum\fR
160 tolerate file I/O systems calls that return -1 with \fIerrno == EINTR\fR
165 A soft mount (\fB-s\fR option) retries an RPC \fIn\fR
167 system call returns -1 with errno set to EINTR.
169 timeout intervals waiting for a reply from the server are done
176 \fB-x=\fInum\fR
182 An interruptible mount (\fB-i\fR option) checks to see if a termination signal
204 no RPC reply has been received. Since this round trip timeout (RTO) value
214 on the server when non-idempotent RPCs are redone [Juszczak89].
235 \fB-r=\fInum\fR
237 \fB-w=\fInum\fR
244 \fIfragments dropped after timeout\fR
245 reported by the \fIip:\fR section of a \fBnetstat -s\fR
255 timeout interval for the RPC and this appears to work reasonably well for
257 \fB-d\fR
259 the dynamic estimation of retransmit timeout, so that the client will
260 use a static initial timeout interval.\**
262 \**After the first retransmit timeout, the initial interval is backed off
266 \fB-t=\fInum\fR
268 \fB-d\fR
269 to set the initial timeout interval to other than the default of 2 seconds.
273 \**Even 0.1% of the total RPCs is probably significant.
282 The tradeoff is that a smaller timeout interval results in a better
286 (>= 2sec) fixed timeout if the dynamic retransmit timeout estimation
302 unless the client or server processor runs at less than 5-10MIPS. For a
315 certain network interconnects is \fB-a=\fInum\fR
317 attempt to read-ahead during sequential reading of a file. The default value
324 Under some workloads, a buffer cache of 4-6Mbytes can result in significant
325 performance improvements over 1-2Mbytes, both in client side system call
360 read-only.
361 For each host or group of hosts, the file system can be exported read-only or
390 the \fB-q\fR mount option is specified.
392 transport (\fB-T\fR).
408 in the first three fields and total RPCs in the fourth. The first three fields
409 should remain a very small percentage of the total. If not, it
413 make their initial timeout interval a conservative (ie. large) value.
417 The \fITimedOut\fR field is the number of I/O system calls that returned -1
441 The \fIRequests\fR field is the total count of RPCs done on all servers.
443 The \fBnetstat -s\fR comes in useful during investigation of RPC transport
445 The field \fIfragments dropped after timeout\fR in
462 \fIlog\fR[pos - 1] are in chronological order.
491 diskless_offset.c - This little program reads a ``kernel'' object file and
497 diskless_setup.c - This program is run on the server and sets up files for a
500 /var/diskless/setup.<official-hostname>
502 diskless_boot.c - There are two functions in here that may be used
508 separate "setup.<official-hostname>" file so that there is only
511 /var/diskless/boot.<official-hostname> to control the netboot.
525 kernel file (the -x option) or
526 saved in /var/diskless/setup.<official-hostname>.
532 file called /var/diskless/boot.<official-hostname>
545 such as /var/diskless/var/<client-hostname>/...
546 By using the <client-hostname> to differentiate /var for each host,