[BACK]Return to nfsstat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / nfsstat

Annotation of src/usr.bin/nfsstat/nfsstat.1, Revision 1.6

1.6     ! aaron       1: .\"    $OpenBSD: nfsstat.1,v 1.5 1998/09/27 16:57:48 aaron Exp $
1.2       niklas      2: .\"    $NetBSD: nfsstat.1,v 1.8 1996/03/03 17:21:28 thorpej Exp $
                      3: .\"
1.1       deraadt     4: .\" Copyright (c) 1989, 1990, 1993
                      5: .\"    The Regents of the University of California.  All rights reserved.
                      6: .\"
                      7: .\" Redistribution and use in source and binary forms, with or without
                      8: .\" modification, are permitted provided that the following conditions
                      9: .\" are met:
                     10: .\" 1. Redistributions of source code must retain the above copyright
                     11: .\"    notice, this list of conditions and the following disclaimer.
                     12: .\" 2. Redistributions in binary form must reproduce the above copyright
                     13: .\"    notice, this list of conditions and the following disclaimer in the
                     14: .\"    documentation and/or other materials provided with the distribution.
                     15: .\" 3. All advertising materials mentioning features or use of this software
                     16: .\"    must display the following acknowledgement:
                     17: .\"    This product includes software developed by the University of
                     18: .\"    California, Berkeley and its contributors.
                     19: .\" 4. Neither the name of the University nor the names of its contributors
                     20: .\"    may be used to endorse or promote products derived from this software
                     21: .\"    without specific prior written permission.
                     22: .\"
                     23: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     24: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     25: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     26: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     27: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     28: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     29: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     30: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     31: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     32: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     33: .\" SUCH DAMAGE.
                     34: .\"
                     35: .\"     from: @(#)nfsstat.1    8.1 (Berkeley) 6/6/93
                     36: .\"
                     37: .Dd June 6, 1993
                     38: .Dt NFSSTAT 1
1.6     ! aaron      39: .Os
1.1       deraadt    40: .Sh NAME
                     41: .Nm nfsstat
                     42: .Nd display
                     43: .Tn NFS
                     44: statistics
                     45: .Sh SYNOPSIS
                     46: .Nm nfsstat
                     47: .Op Fl M Ar core
                     48: .Op Fl N Ar system
                     49: .Op Fl w Ar wait
1.4       kstailey   50: .Op Fl s
                     51: .Op Fl c
1.1       deraadt    52: .Sh DESCRIPTION
1.6     ! aaron      53: .Nm
1.1       deraadt    54: displays statistics kept about
                     55: .Tn NFS
                     56: client and server activity.
                     57: .Pp
                     58: The options are as follows:
                     59: .Bl -tag -width Ds
1.5       aaron      60: .It Fl M Ar core
1.1       deraadt    61: Extract values associated with the name list from the specified core
                     62: instead of the default
                     63: .Pa /dev/kmem .
1.5       aaron      64: .It Fl N Ar system
1.1       deraadt    65: Extract the name list from the specified system instead of the default
1.3       ccappuc    66: .Pa /bsd .
1.5       aaron      67: .It Fl w Ar wait
1.1       deraadt    68: Display a shorter summary of
                     69: .Tn NFS
                     70: activity for both the client and server at
                     71: .Ar wait
                     72: second intervals.
1.4       kstailey   73: .It Fl s
                     74: Display server statistics only.
                     75: .It Fl c
                     76: Display client statistics only.
1.1       deraadt    77: .El
                     78: .Sh FILES
                     79: .Bl -tag -width /dev/kmem -compact
1.3       ccappuc    80: .It Pa /bsd
1.1       deraadt    81: default kernel namelist
                     82: .It Pa /dev/kmem
                     83: default memory file
                     84: .El
                     85: .Sh SEE ALSO
                     86: .Xr fstat 1 ,
                     87: .Xr netstat 1 ,
                     88: .Xr ps 1 ,
                     89: .Xr systat 1 ,
                     90: .Xr iostat 8 ,
                     91: .Xr pstat 8 ,
1.6     ! aaron      92: .Xr vmstat 8
1.1       deraadt    93: .Sh HISTORY
                     94: The
1.6     ! aaron      95: .Nm
1.5       aaron      96: command appeared in
1.1       deraadt    97: .Bx 4.4 .