Deleted Added
full compact
vmstat.8 (283624) vmstat.8 (291090)
1.\" Copyright (c) 1986, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1986, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 12 unchanged lines hidden (view full) ---

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93
29.\" $FreeBSD: head/usr.bin/vmstat/vmstat.8 283624 2015-05-27 18:11:05Z jhb $
29.\" $FreeBSD: head/usr.bin/vmstat/vmstat.8 291090 2015-11-20 05:15:34Z rodrigc $
30.\"
30.\"
31.Dd August 8, 2014
31.Dd November 19, 2015
32.Dt VMSTAT 8
33.Os
34.Sh NAME
35.Nm vmstat
36.Nd report virtual memory statistics
37.Sh SYNOPSIS
38.Nm
39.\" .Op Fl fimst
32.Dt VMSTAT 8
33.Os
34.Sh NAME
35.Nm vmstat
36.Nd report virtual memory statistics
37.Sh SYNOPSIS
38.Nm
39.\" .Op Fl fimst
40.Op Fl -libxo
40.Op Fl afHhimoPsz
41.Op Fl M Ar core Op Fl N Ar system
42.Op Fl c Ar count
43.Op Fl n Ar devs
44.Oo
45.Fl p
46.Sm off
47.Ar type , if , pass

--- 15 unchanged lines hidden (view full) ---

63.Xr sysctl 3
64interface.
65Otherwise, information is read from the specified core file,
66using the name list from the specified kernel image (or from
67the default image).
68.Pp
69The options are as follows:
70.Bl -tag -width indent
41.Op Fl afHhimoPsz
42.Op Fl M Ar core Op Fl N Ar system
43.Op Fl c Ar count
44.Op Fl n Ar devs
45.Oo
46.Fl p
47.Sm off
48.Ar type , if , pass

--- 15 unchanged lines hidden (view full) ---

64.Xr sysctl 3
65interface.
66Otherwise, information is read from the specified core file,
67using the name list from the specified kernel image (or from
68the default image).
69.Pp
70The options are as follows:
71.Bl -tag -width indent
72.It Fl -libxo
73Generate output via
74.Xr libxo 3
75in a selection of different human and machine readable formats.
76See
77.Xr xo_parse_args 3
78for details on command line arguments.
71.It Fl a
72When used with
73.Fl i ,
74include statistics about interrupts that have never been generated.
75.It Fl c
76Repeat the display
77.Ar count
78times.

--- 277 unchanged lines hidden (view full) ---

356statistics every second.
357.Sh SEE ALSO
358.Xr fstat 1 ,
359.Xr netstat 1 ,
360.Xr nfsstat 1 ,
361.Xr ps 1 ,
362.Xr systat 1 ,
363.Xr libmemstat 3 ,
79.It Fl a
80When used with
81.Fl i ,
82include statistics about interrupts that have never been generated.
83.It Fl c
84Repeat the display
85.Ar count
86times.

--- 277 unchanged lines hidden (view full) ---

364statistics every second.
365.Sh SEE ALSO
366.Xr fstat 1 ,
367.Xr netstat 1 ,
368.Xr nfsstat 1 ,
369.Xr ps 1 ,
370.Xr systat 1 ,
371.Xr libmemstat 3 ,
372.Xr libxo 3 ,
373.Xr xo_parse_args 3 ,
364.Xr gstat 8 ,
365.Xr iostat 8 ,
366.Xr pstat 8 ,
367.Xr sysctl 8 ,
368.Xr malloc 9 ,
369.Xr uma 9
370.Pp
371The sections starting with ``Interpreting system activity'' in
372.%T "Installing and Operating 4.3BSD" .
373.Sh BUGS
374The
375.Fl c
376and
377.Fl w
378options are only available with the default output.
374.Xr gstat 8 ,
375.Xr iostat 8 ,
376.Xr pstat 8 ,
377.Xr sysctl 8 ,
378.Xr malloc 9 ,
379.Xr uma 9
380.Pp
381The sections starting with ``Interpreting system activity'' in
382.%T "Installing and Operating 4.3BSD" .
383.Sh BUGS
384The
385.Fl c
386and
387.Fl w
388options are only available with the default output.