date and time created 91/04/12 16:25:12 by bostic
[unix-history] / usr / src / usr.bin / nfsstat / nfsstat.1
CommitLineData
b5dc1377 1.\" Copyright (c) 1989, 1990 The Regents of the University of California.
fe87f102
KM
2.\" All rights reserved.
3.\"
b5dc1377 4.\" %sccs.include.redist.man%
fe87f102 5.\"
d0719240 6.\" @(#)nfsstat.1 5.4 (Berkeley) %G%
fe87f102 7.\"
ee9b0a0a
CL
8.Vx
9.Vx
b5dc1377
CL
10.Dd
11.Dt NFSSTAT 1
ee9b0a0a 12.Os
b5dc1377
CL
13.Sh NAME
14.Nm nfsstat
15.Nd report NFS statistics
16.Sh SYNOPSIS
17.Nm nfsstat
18.Ob
19.Ar interval
20.Op Ar system Op Ar corefile
21.Oe
22.Sh DESCRIPTION
23.Nm Nfsstat
fe87f102 24delves into the system and normally reports certain statistics kept about
b5dc1377 25.Li NFS
fe87f102
KM
26client and server activity.
27If
b5dc1377 28.Ar interval
fe87f102 29is specified, then successive lines are summaries over the last
b5dc1377 30.Ar interval
fe87f102 31seconds.
b5dc1377
CL
32The command
33.Dq Li nfsstat 5
34will print what
35.Li NFS
fe87f102 36is doing every five seconds.
b5dc1377
CL
37.Pp
38A second argument is taken
fe87f102 39to be the file containing the system's namelist.
b5dc1377
CL
40Otherwise,
41.Pa /vmunix
42is used.
fe87f102 43A third argument tells
b5dc1377 44.Nm nfsstat
fe87f102 45where to look for
b5dc1377
CL
46.Pa core .
47Otherwise,
48.Pa /dev/kmem
49is used.
50.Sh FILES
51.Dw /dev/kmem
52.Di L
53.Dp Pa /dev/kmem
54.Dp Pa /vmunix
55.Dp
56.Sh SEE ALSO
57.Xr netstat 1 ,
58.Xr vmstat 1
59.Sh HISTORY
60.Nm Nfsstat
61appears in 4.4 BSD.