Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1m/nfsstat.1m
+++ new/usr/src/man/man1m/nfsstat.1m
1 1 '\" te
2 2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
3 3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 4 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
5 5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 6 .TH NFSSTAT 1M "Jun 16, 2009"
7 7 .SH NAME
8 8 nfsstat \- NFS statistics
9 9 .SH SYNOPSIS
10 10 .LP
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
11 11 .nf
12 12 \fBnfsstat\fR [\fB-cnrsza\fR] [\fB-T\fR u | d ] [\fB-v\fR \fIversion\fR] [\fIinterval\fR [\fIcount\fR]]
13 13 .fi
14 14
15 15 .LP
16 16 .nf
17 17 \fBnfsstat\fR \fB-m\fR [\fIpathname\fR]...
18 18 .fi
19 19
20 20 .SH DESCRIPTION
21 -.sp
22 21 .LP
23 22 \fBnfsstat\fR displays statistical information about the \fBNFS\fR and
24 23 \fBRPC\fR (Remote Procedure Call), interfaces to the kernel. It can also be
25 24 used to reinitialize this information. If no options are given the default is
26 25 as follows:
27 26 .sp
28 27 .LP
29 28 \fBnfsstat\fR \fB-csnra\fR
30 29 .sp
31 30 .LP
32 31 The default displays everything, but reinitializes nothing.
33 32 .SH OPTIONS
34 -.sp
35 33 .ne 2
36 34 .na
37 35 \fB\fB-a\fR\fR
38 36 .ad
39 37 .sp .6
40 38 .RS 4n
41 39 Display \fBNFS_ACL\fR information.
42 40 .RE
43 41
44 42 .sp
45 43 .ne 2
46 44 .na
47 45 \fB\fB-c\fR\fR
48 46 .ad
49 47 .sp .6
50 48 .RS 4n
51 49 Display client information. Only the client side \fBNFS\fR, \fBRPC\fR, and
52 50 \fBNFS_ACL\fR information is printed. Can be combined with the \fB-n\fR,
53 51 \fB-r\fR, and \fB-a\fR options to print client side \fBNFS\fR, \fBRPC\fR, and
54 52 \fBNFS_ACL\fR information only.
55 53 .RE
56 54
57 55 .sp
58 56 .ne 2
59 57 .na
60 58 \fB\fB-m\fR [\fIpathname...\fR]\fR
61 59 .ad
62 60 .sp .6
63 61 .RS 4n
64 62 Display statistics for each \fBNFS\fR mounted file system. If \fIpathname\fR is
65 63 not specified, displays statistics for all NFS mounted file systems. If
66 64 \fIpathname\fR is specified, displays statistics for the NFS mounted file
67 65 systems indicated by \fIpathname\fR.
68 66 .sp
69 67 This includes the server name and address, mount flags, current read and write
70 68 sizes, the retransmission count, the attribute cache timeout values, failover
71 69 information, and the timers used for dynamic retransmission. The dynamic
72 70 retransmission timers are displayed only where dynamic retransmission is in
73 71 use. By default, \fBNFS\fR mounts over the \fBTCP\fR protocols and \fBNFS\fR
74 72 Version 3 mounts over either \fBTCP\fR or \fBUDP\fR do not use dynamic
75 73 retransmission.
76 74 .sp
77 75 If you specify the \fB-m\fR option, this is the only option that \fBnfsstat\fR
78 76 uses. If you specify other options with \fB-m\fR, you receive an error message
79 77 alerting that the \fB-m\fR flag cannot be combined with other options.
80 78 .RE
81 79
82 80 .sp
83 81 .ne 2
84 82 .na
85 83 \fB\fB-n\fR\fR
86 84 .ad
87 85 .sp .6
88 86 .RS 4n
89 87 Display \fBNFS\fR information. \fBNFS\fR information for both the client and
90 88 server side are printed. Can be combined with the \fB-c\fR and \fB-s\fR options
91 89 to print client or server \fBNFS\fR information only.
92 90 .RE
93 91
94 92 .sp
95 93 .ne 2
96 94 .na
97 95 \fB\fB-r\fR\fR
98 96 .ad
99 97 .sp .6
100 98 .RS 4n
101 99 Display \fBRPC\fR information.
102 100 .RE
103 101
104 102 .sp
105 103 .ne 2
106 104 .na
107 105 \fB\fB-s\fR\fR
108 106 .ad
109 107 .sp .6
110 108 .RS 4n
111 109 Display server information.
112 110 .RE
113 111
114 112 .sp
115 113 .ne 2
116 114 .na
117 115 \fB\fB-T\fR \fBu\fR | \fBd\fR\fR
118 116 .ad
119 117 .sp .6
120 118 .RS 4n
121 119 Display a time stamp.
122 120 .sp
123 121 Specify \fBu\fR for a printed representation of the internal representation of
124 122 time. See \fBtime\fR(2). Specify \fBd\fR for standard date format. See
125 123 \fBdate\fR(1).
126 124 .RE
127 125
128 126 .sp
129 127 .ne 2
130 128 .na
131 129 \fB\fB-v\fR \fIversion\fR\fR
132 130 .ad
133 131 .sp .6
134 132 .RS 4n
135 133 Specify which NFS version for which to print statistics. When followed by the
136 134 optional \fIversion\fR argument, (\fB2\fR|\fB3\fR|\fB4\fR), specifies
137 135 statistics for that version. By default, prints statistics for all versions.
138 136 .RE
139 137
140 138 .sp
141 139 .ne 2
142 140 .na
↓ open down ↓ |
98 lines elided |
↑ open up ↑ |
143 141 \fB\fB-z\fR\fR
144 142 .ad
145 143 .sp .6
146 144 .RS 4n
147 145 Zero (reinitialize) statistics. This option is for use by the super user only,
148 146 and can be combined with any of the above options to zero particular sets of
149 147 statistics after printing them.
150 148 .RE
151 149
152 150 .SH OPERANDS
153 -.sp
154 151 .LP
155 152 The following operands are supported:
156 153 .sp
157 154 .ne 2
158 155 .na
159 156 \fB\fIcount\fR\fR
160 157 .ad
161 158 .sp .6
162 159 .RS 4n
163 160 Display only count reports
164 161 .RE
165 162
166 163 .sp
167 164 .ne 2
168 165 .na
169 166 \fB\fIinterval\fR\fR
170 167 .ad
171 168 .sp .6
172 169 .RS 4n
173 170 Report once each interval seconds.
174 171 .RE
175 172
176 173 .sp
177 174 .ne 2
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
178 175 .na
179 176 \fB\fIpathname\fR\fR
180 177 .ad
181 178 .sp .6
182 179 .RS 4n
183 180 Specify the pathname of a file in an NFS mounted file system for which
184 181 statistics are to be displayed.
185 182 .RE
186 183
187 184 .SH DISPLAYS
188 -.sp
189 185 .LP
190 186 The server \fBRPC\fR display includes the following fields:
191 187 .sp
192 188 .ne 2
193 189 .na
194 190 \fB\fBbadcalls\fR\fR
195 191 .ad
196 192 .sp .6
197 193 .RS 4n
198 194 The total number of calls rejected by the \fBRPC\fR layer (the sum of
199 195 \fBbadlen\fR and \fBxdrcall\fR as defined below).
200 196 .RE
201 197
202 198 .sp
203 199 .ne 2
204 200 .na
205 201 \fB\fBbadlen\fR\fR
206 202 .ad
207 203 .sp .6
208 204 .RS 4n
209 205 The number of \fBRPC\fR calls with a length shorter than a minimum-sized
210 206 \fBRPC\fR call.
211 207 .RE
212 208
213 209 .sp
214 210 .ne 2
215 211 .na
216 212 \fB\fBcalls\fR\fR
217 213 .ad
218 214 .sp .6
219 215 .RS 4n
220 216 The total number of \fBRPC\fR calls received.
221 217 .RE
222 218
223 219 .sp
224 220 .ne 2
225 221 .na
226 222 \fB\fBdupchecks\fR\fR
227 223 .ad
228 224 .sp .6
229 225 .RS 4n
230 226 The number of \fBRPC\fR calls that looked up in the duplicate request cache.
231 227 .RE
232 228
233 229 .sp
234 230 .ne 2
235 231 .na
236 232 \fB\fBdupreqs\fR\fR
237 233 .ad
238 234 .sp .6
239 235 .RS 4n
240 236 The number of \fBRPC\fR calls that were found to be duplicates.
241 237 .RE
242 238
243 239 .sp
244 240 .ne 2
245 241 .na
246 242 \fB\fBnullrecv\fR\fR
247 243 .ad
248 244 .sp .6
249 245 .RS 4n
250 246 The number of times an \fBRPC\fR call was not available when it was thought to
251 247 be received.
252 248 .RE
253 249
254 250 .sp
255 251 .ne 2
256 252 .na
257 253 \fB\fBxdrcall\fR\fR
258 254 .ad
259 255 .sp .6
260 256 .RS 4n
261 257 The number of \fBRPC\fR calls whose header could not be \fBXDR\fR decoded.
262 258 .RE
263 259
264 260 .sp
265 261 .LP
266 262 The server \fBNFS\fR display shows the number of \fBNFS\fR calls received
267 263 (\fBcalls\fR) and rejected (\fBbadcalls\fR), and the counts and percentages for
268 264 the various calls that were made.
269 265 .sp
270 266 .LP
271 267 The server \fBNFS_ACL\fR display shows the counts and percentages for the
272 268 various calls that were made.
273 269 .sp
274 270 .LP
275 271 The client \fBRPC\fR display includes the following fields:
276 272 .sp
277 273 .ne 2
278 274 .na
279 275 \fB\fBcalls\fR\fR
280 276 .ad
281 277 .sp .6
282 278 .RS 4n
283 279 The total number of \fBRPC\fR calls made.
284 280 .RE
285 281
286 282 .sp
287 283 .ne 2
288 284 .na
289 285 \fB\fBbadcalls\fR\fR
290 286 .ad
291 287 .sp .6
292 288 .RS 4n
293 289 The total number of calls rejected by the \fBRPC\fR layer.
294 290 .RE
295 291
296 292 .sp
297 293 .ne 2
298 294 .na
299 295 \fB\fBbadverfs\fR\fR
300 296 .ad
301 297 .sp .6
302 298 .RS 4n
303 299 The number of times the call failed due to a bad verifier in the response.
304 300 .RE
305 301
306 302 .sp
307 303 .ne 2
308 304 .na
309 305 \fB\fBbadxids\fR\fR
310 306 .ad
311 307 .sp .6
312 308 .RS 4n
313 309 The number of times a reply from a server was received which did not correspond
314 310 to any outstanding call.
315 311 .RE
316 312
317 313 .sp
318 314 .ne 2
319 315 .na
320 316 \fB\fBcantconn\fR\fR
321 317 .ad
322 318 .sp .6
323 319 .RS 4n
324 320 The number of times the call failed due to a failure to make a connection to
325 321 the server.
326 322 .RE
327 323
328 324 .sp
329 325 .ne 2
330 326 .na
331 327 \fB\fBcantsend\fR\fR
332 328 .ad
333 329 .sp .6
334 330 .RS 4n
335 331 The number of times a client was unable to send an \fBRPC\fR request over a
336 332 connectionless transport when it tried to do so.
337 333 .RE
338 334
339 335 .sp
340 336 .ne 2
341 337 .na
342 338 \fB\fBinterrupts\fR\fR
343 339 .ad
344 340 .sp .6
345 341 .RS 4n
346 342 The number of times the call was interrupted by a signal before completing.
347 343 .RE
348 344
349 345 .sp
350 346 .ne 2
351 347 .na
352 348 \fB\fBnewcreds\fR\fR
353 349 .ad
354 350 .sp .6
355 351 .RS 4n
356 352 The number of times authentication information had to be refreshed.
357 353 .RE
358 354
359 355 .sp
360 356 .ne 2
361 357 .na
362 358 \fB\fBnomem\fR\fR
363 359 .ad
364 360 .sp .6
365 361 .RS 4n
366 362 The number of times the call failed due to a failure to allocate memory.
367 363 .RE
368 364
369 365 .sp
370 366 .ne 2
371 367 .na
372 368 \fB\fBretrans\fR\fR
373 369 .ad
374 370 .sp .6
375 371 .RS 4n
376 372 The number of times a call had to be retransmitted due to a timeout while
377 373 waiting for a reply from the server. Applicable only to \fBRPC\fR over
378 374 connection-less transports.
379 375 .RE
380 376
381 377 .sp
382 378 .ne 2
383 379 .na
384 380 \fB\fBtimeouts\fR\fR
385 381 .ad
386 382 .sp .6
387 383 .RS 4n
388 384 The number of times a call timed out while waiting for a reply from the server.
389 385 .RE
390 386
391 387 .sp
392 388 .ne 2
393 389 .na
394 390 \fB\fBtimers\fR\fR
395 391 .ad
396 392 .sp .6
397 393 .RS 4n
398 394 The number of times the calculated time-out value was greater than or equal to
399 395 the minimum specified time-out value for a call.
400 396 .RE
401 397
402 398 .sp
403 399 .LP
404 400 The client \fBNFS\fR display shows the number of calls sent and rejected, as
405 401 well as the number of times a \fBCLIENT\fR handle was received (\fBclgets\fR),
406 402 the number of times the \fBCLIENT\fR handle cache had no unused entries
407 403 (\fBcltoomany\fR), as well as a count of the various calls and their respective
408 404 percentages.
409 405 .sp
410 406 .LP
411 407 The client \fBNFS_ACL\fR display shows the counts and percentages for the
412 408 various calls that were made.
413 409 .sp
414 410 .LP
415 411 The \fB-m\fR option includes information about mount flags set by mount
416 412 options, mount flags internal to the system, and other mount information. See
417 413 \fBmount_nfs\fR(1M).
418 414 .sp
419 415 .LP
420 416 The following mount flags are set by mount options:
421 417 .sp
422 418 .ne 2
423 419 .na
424 420 \fB\fBgrpid\fR\fR
425 421 .ad
426 422 .sp .6
427 423 .RS 4n
428 424 System V group id inheritance.
429 425 .RE
430 426
431 427 .sp
432 428 .ne 2
433 429 .na
434 430 \fB\fBhard\fR\fR
435 431 .ad
436 432 .sp .6
437 433 .RS 4n
438 434 Hard mount.
439 435 .RE
440 436
441 437 .sp
442 438 .ne 2
443 439 .na
444 440 \fB\fBintr\fR\fR
445 441 .ad
446 442 .sp .6
447 443 .RS 4n
448 444 Interrupts allowed on hard mount.
449 445 .RE
450 446
451 447 .sp
452 448 .ne 2
453 449 .na
454 450 \fB\fBllock\fR\fR
455 451 .ad
456 452 .sp .6
457 453 .RS 4n
458 454 Local locking being used (no lock manager).
459 455 .RE
460 456
461 457 .sp
462 458 .ne 2
463 459 .na
464 460 \fB\fBnoac\fR\fR
465 461 .ad
466 462 .sp .6
467 463 .RS 4n
468 464 Client is not caching attributes.
469 465 .RE
470 466
471 467 .sp
472 468 .ne 2
473 469 .na
474 470 \fB\fBnointr\fR\fR
475 471 .ad
476 472 .sp .6
477 473 .RS 4n
478 474 No interrupts allowed on hard mount.
479 475 .RE
480 476
481 477 .sp
482 478 .ne 2
483 479 .na
484 480 \fB\fBnocto\fR\fR
485 481 .ad
486 482 .sp .6
487 483 .RS 4n
488 484 No close-to-open consistency.
489 485 .RE
490 486
491 487 .sp
492 488 .ne 2
493 489 .na
494 490 \fB\fBretrans\fR\fR
495 491 .ad
496 492 .sp .6
497 493 .RS 4n
498 494 \fBNFS\fR retransmissions.
499 495 .RE
500 496
501 497 .sp
502 498 .ne 2
503 499 .na
504 500 \fB\fBrpctimesync\fR\fR
505 501 .ad
506 502 .sp .6
507 503 .RS 4n
508 504 \fBRPC\fR time sync.
509 505 .RE
510 506
511 507 .sp
512 508 .ne 2
513 509 .na
514 510 \fB\fBrsize\fR\fR
515 511 .ad
516 512 .sp .6
517 513 .RS 4n
518 514 Read buffer size in bytes.
519 515 .RE
520 516
521 517 .sp
522 518 .ne 2
523 519 .na
524 520 \fB\fBsec\fR\fR
525 521 .ad
526 522 .sp .6
527 523 .RS 4n
528 524 \fBsec\fR has one of the following values:
529 525 .sp
530 526 .ne 2
531 527 .na
532 528 \fB\fBdh\fR\fR
533 529 .ad
534 530 .sp .6
535 531 .RS 4n
536 532 \fBdes\fR-style authentication (encrypted timestamps).
537 533 .RE
538 534
539 535 .sp
540 536 .ne 2
541 537 .na
542 538 \fB\fBkrb5\fR\fR
543 539 .ad
544 540 .sp .6
545 541 .RS 4n
546 542 \fBkerberos v5\fR-style authentication.
547 543 .RE
548 544
549 545 .sp
550 546 .ne 2
551 547 .na
552 548 \fB\fBkrb5i\fR\fR
553 549 .ad
554 550 .sp .6
555 551 .RS 4n
556 552 \fBkerberos v5\fR-style authentication with integrity.
557 553 .RE
558 554
559 555 .sp
560 556 .ne 2
561 557 .na
562 558 \fB\fBkrb5p\fR\fR
563 559 .ad
564 560 .sp .6
565 561 .RS 4n
566 562 \fBkerberos v5\fR-style authentication with privacy.
567 563 .RE
568 564
569 565 .sp
570 566 .ne 2
571 567 .na
572 568 \fB\fBnone\fR\fR
573 569 .ad
574 570 .sp .6
575 571 .RS 4n
576 572 No authentication.
577 573 .RE
578 574
579 575 .sp
580 576 .ne 2
581 577 .na
582 578 \fB\fBshort\fR\fR
583 579 .ad
584 580 .sp .6
585 581 .RS 4n
586 582 Short hand UNIX-style authentication.
587 583 .RE
588 584
589 585 .sp
590 586 .ne 2
591 587 .na
592 588 \fB\fBsys\fR\fR
593 589 .ad
594 590 .sp .6
595 591 .RS 4n
596 592 UNIX-style authentication (UID, GID).
597 593 .RE
598 594
599 595 .RE
600 596
601 597 .sp
602 598 .ne 2
603 599 .na
604 600 \fB\fBsoft\fR\fR
605 601 .ad
606 602 .sp .6
607 603 .RS 4n
608 604 Soft mount.
609 605 .RE
610 606
611 607 .sp
612 608 .ne 2
613 609 .na
614 610 \fB\fBtimeo\fR\fR
615 611 .ad
616 612 .sp .6
617 613 .RS 4n
618 614 Initial \fBNFS\fR timeout, in tenths of a second.
619 615 .RE
620 616
621 617 .sp
622 618 .ne 2
623 619 .na
624 620 \fB\fBwsize\fR\fR
625 621 .ad
626 622 .sp .6
627 623 .RS 4n
628 624 Write buffer size in bytes.
629 625 .RE
630 626
631 627 .sp
632 628 .LP
633 629 The following mount flags are internal to the system:
634 630 .sp
635 631 .ne 2
636 632 .na
637 633 \fB\fBacl\fR\fR
638 634 .ad
639 635 .sp .6
640 636 .RS 4n
641 637 Server supports \fBNFS_ACL\fR.
642 638 .RE
643 639
644 640 .sp
645 641 .ne 2
646 642 .na
647 643 \fB\fBdown\fR\fR
648 644 .ad
649 645 .sp .6
650 646 .RS 4n
651 647 Server is down.
652 648 .RE
653 649
654 650 .sp
655 651 .ne 2
656 652 .na
657 653 \fB\fBdynamic\fR\fR
658 654 .ad
659 655 .sp .6
660 656 .RS 4n
661 657 Dynamic transfer size adjustment.
662 658 .RE
663 659
664 660 .sp
665 661 .ne 2
666 662 .na
667 663 \fB\fBlink\fR\fR
668 664 .ad
669 665 .sp .6
670 666 .RS 4n
671 667 Server supports links.
672 668 .RE
673 669
674 670 .sp
675 671 .ne 2
676 672 .na
677 673 \fB\fBmirrormount\fR\fR
678 674 .ad
679 675 .sp .6
680 676 .RS 4n
681 677 Mounted automatically by means of the \fBmirrormount\fR mechanism.
682 678 .RE
683 679
684 680 .sp
685 681 .ne 2
686 682 .na
687 683 \fB\fBprinted\fR\fR
688 684 .ad
689 685 .sp .6
690 686 .RS 4n
691 687 "Not responding" message printed.
692 688 .RE
693 689
694 690 .sp
695 691 .ne 2
696 692 .na
697 693 \fB\fBreaddir\fR\fR
698 694 .ad
699 695 .sp .6
700 696 .RS 4n
701 697 Use \fBreaddir\fR instead of \fBreaddirplus\fR.
702 698 .RE
703 699
704 700 .sp
705 701 .ne 2
706 702 .na
707 703 \fB\fBsymlink\fR\fR
708 704 .ad
709 705 .sp .6
710 706 .RS 4n
711 707 Server supports symbolic links.
712 708 .RE
713 709
714 710 .sp
715 711 .LP
716 712 The following flags relate to additional mount information:
717 713 .sp
718 714 .ne 2
719 715 .na
720 716 \fB\fBproto\fR\fR
721 717 .ad
722 718 .sp .6
723 719 .RS 4n
724 720 Protocol.
725 721 .RE
726 722
727 723 .sp
728 724 .ne 2
729 725 .na
↓ open down ↓ |
531 lines elided |
↑ open up ↑ |
730 726 \fB\fBvers\fR\fR
731 727 .ad
732 728 .sp .6
733 729 .RS 4n
734 730 \fBNFS\fR version.
735 731 .RE
736 732
737 733 .sp
738 734 .LP
739 735 The \fB-m\fR option also provides attribute cache timeout values. The following
740 -fields in \fB-m\fR ouput provide timeout values for attribute cache:
736 +fields in \fB-m\fR output provide timeout values for attribute cache:
741 737 .sp
742 738 .ne 2
743 739 .na
744 740 \fB\fBacdirmax\fR\fR
745 741 .ad
746 742 .sp .6
747 743 .RS 4n
748 744 Maximum seconds to hold cached directory attributes.
749 745 .RE
750 746
751 747 .sp
752 748 .ne 2
753 749 .na
754 750 \fB\fBacdirmin\fR\fR
755 751 .ad
756 752 .sp .6
757 753 .RS 4n
758 754 Minimum seconds to hold cached directory attributes.
759 755 .RE
760 756
761 757 .sp
762 758 .ne 2
763 759 .na
764 760 \fB\fBacregmax\fR\fR
765 761 .ad
766 762 .sp .6
767 763 .RS 4n
768 764 Maximum seconds to hold cached file attributes.
769 765 .RE
770 766
771 767 .sp
772 768 .ne 2
773 769 .na
774 770 \fB\fBacregmin\fR\fR
775 771 .ad
776 772 .sp .6
777 773 .RS 4n
778 774 Minimum seconds to hold cached file attributes.
779 775 .RE
780 776
781 777 .sp
782 778 .LP
783 779 The following fields in \fB-m\fR output provide failover information:
784 780 .sp
785 781 .ne 2
786 782 .na
787 783 \fB\fBcurrserver\fR\fR
788 784 .ad
789 785 .sp .6
790 786 .RS 4n
791 787 Which server is currently providing \fBNFS\fR service. See the \fI\fR for
792 788 additional details.
793 789 .RE
794 790
795 791 .sp
796 792 .ne 2
797 793 .na
798 794 \fB\fBfailover\fR\fR
799 795 .ad
800 796 .sp .6
801 797 .RS 4n
802 798 How many times a new server has been selected.
803 799 .RE
804 800
805 801 .sp
806 802 .ne 2
807 803 .na
808 804 \fB\fBnoresponse\fR\fR
809 805 .ad
810 806 .sp .6
811 807 .RS 4n
812 808 How many times servers have failed to respond.
813 809 .RE
814 810
815 811 .sp
816 812 .ne 2
817 813 .na
818 814 \fB\fBremap\fR\fR
819 815 .ad
820 816 .sp .6
821 817 .RS 4n
822 818 How many times files have been re-evaluated to the new server.
823 819 .RE
824 820
825 821 .sp
826 822 .LP
827 823 The fields in \fB-m\fR output shown below provide information on dynamic
828 824 retransmissions. These items are displayed only where dynamic retransmission is
829 825 in use.
830 826 .sp
831 827 .ne 2
832 828 .na
833 829 \fB\fBcur\fR\fR
834 830 .ad
835 831 .sp .6
836 832 .RS 4n
837 833 Current backed-off retransmission value, in milliseconds.
838 834 .RE
839 835
840 836 .sp
841 837 .ne 2
842 838 .na
843 839 \fB\fBdev\fR\fR
844 840 .ad
845 841 .sp .6
846 842 .RS 4n
847 843 Estimated deviation, in milliseconds.
848 844 .RE
849 845
850 846 .sp
↓ open down ↓ |
100 lines elided |
↑ open up ↑ |
851 847 .ne 2
852 848 .na
853 849 \fB\fBsrtt\fR\fR
854 850 .ad
855 851 .sp .6
856 852 .RS 4n
857 853 The value for the smoothed round-trip time, in milliseconds.
858 854 .RE
859 855
860 856 .SH EXIT STATUS
861 -.sp
862 857 .LP
863 858 The following exit values are returned:
864 859 .sp
865 860 .ne 2
866 861 .na
867 862 \fB\fB0\fR\fR
868 863 .ad
869 864 .sp .6
870 865 .RS 4n
871 866 Successful completion.
872 867 .RE
873 868
874 869 .sp
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
875 870 .ne 2
876 871 .na
877 872 \fB\fB>0\fR\fR
878 873 .ad
879 874 .sp .6
880 875 .RS 4n
881 876 An error occurred.
882 877 .RE
883 878
884 879 .SH SEE ALSO
885 -.sp
886 880 .LP
887 881 \fBmount_nfs\fR(1M), \fBattributes\fR(5)
888 882 .sp
889 883 .LP
890 884 \fI\fR
891 885 .sp
892 886 .LP
893 887 \fI\fR
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX