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