disable kflag for new vm
[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.\"
e13ff88d 6.\" @(#)nfsstat.1 5.6 (Berkeley) %G%
fe87f102 7.\"
b5dc1377
CL
8.Dd
9.Dt NFSSTAT 1
ee9b0a0a 10.Os
b5dc1377
CL
11.Sh NAME
12.Nm nfsstat
209a5e3e
CL
13.Nd display
14.Tn NFS
15statistics
b5dc1377
CL
16.Sh SYNOPSIS
17.Nm nfsstat
e13ff88d
KB
18.Op Fl M Ar core
19.Op Fl N Ar system
20.Op Fl w Ar wait
b5dc1377
CL
21.Sh DESCRIPTION
22.Nm Nfsstat
209a5e3e
CL
23displays statistics kept about
24.Tn NFS
fe87f102 25client and server activity.
209a5e3e
CL
26.Pp
27The options are as follows:
28.Bl -tag -width Ds
e13ff88d
KB
29.It Fl M
30Extract values associated with the name list from the specified core
31instead of the default
32.Pa /dev/kmem .
33.It Fl N
34Extract the name list from the specified system instead of the default
35.Pa /vmunix .
36.It Fl w
37Display a shorter summary of
209a5e3e 38.Tn NFS
e13ff88d
KB
39activity for both the client and server at
40.Ar wait
41second intervals.
209a5e3e 42.El
b5dc1377 43.Sh FILES
209a5e3e 44.Bl -tag -width /dev/kmem -compact
209a5e3e 45.It Pa /vmunix
e13ff88d
KB
46default kernel namelist
47.It Pa /dev/kmem
48default memory file
209a5e3e 49.El
b5dc1377 50.Sh SEE ALSO
e13ff88d
KB
51.Xr fstat 1 ,
52.Xr netstat 1 ,
53.Xr ps 1 ,
54.Xr systat 1 ,
55.Xr vmstat 1 ,
56.Xr iostat 8 ,
57.Xr pstat 8 ,
b5dc1377
CL
58.Sh HISTORY
59.Nm Nfsstat
209a5e3e
CL
60is
61.Ud .