OpenBSD CVS

CVS log for src/usr.bin/vmstat/vmstat.8


[BACK] Up to [local] / src / usr.bin / vmstat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40 / (download) - annotate - [select for diffs], Fri Dec 6 19:15:16 2019 UTC (4 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (colored)

replace links to uvm(9) to uvm_init(9); ok mpi

Revision 1.39 / (download) - annotate - [select for diffs], Fri Dec 8 09:45:05 2017 UTC (6 years, 5 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.38: +2 -4 lines
Diff to previous 1.38 (colored)

remove description of 'at' field which was removed from vmstat.c -r1.21

Revision 1.38 / (download) - annotate - [select for diffs], Wed May 10 08:37:15 2017 UTC (7 years ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.37: +4 -9 lines
Diff to previous 1.37 (colored)

There's no difference between short and long sleepers, so just print
their number.

While here print the amount of memory in M instead of K to make the output
fit it 80 columns.

Reminded by tb@, ok visa@

Revision 1.37 / (download) - annotate - [select for diffs], Wed Mar 30 06:58:06 2016 UTC (8 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

some Xr adjustment to catch up with MLINKS removal;

Revision 1.36 / (download) - annotate - [select for diffs], Thu Apr 12 12:33:04 2012 UTC (12 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

remove rfork(); ok guenther miod

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 31 19:20:19 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

convert to new .Dd format;

Revision 1.34 / (download) - annotate - [select for diffs], Tue Sep 6 23:28:23 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jun 29 00:38:18 2005 UTC (18 years, 10 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.32: +55 -49 lines
Diff to previous 1.32 (colored)

- elaborate DESCRIPTION
- the -s flag dumps the uvmexp structure, not the sum structure
- add FILES
- mdoc macro/layout, punctuation, capitalization, etc. improvements
- update SEE ALSO

ok jmc

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jun 23 14:32:48 2005 UTC (18 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.31: +5 -5 lines
Diff to previous 1.31 (colored)

sort options;

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 28 01:45:51 2004 UTC (19 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.30: +6 -2 lines
Diff to previous 1.30 (colored)

Remove special #if defined(__i386__) code from systat and vmstat.  We now use
sysctl to fetch interrupt counters on all architectures.  Also add new '-z'
flag to vmstat which means show all devices, even those that have not yet
generated an interrupt.  deraadt@ tholo@ drahn@ millert@ ok

Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 17 09:59:19 2004 UTC (20 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

add references to procmap(1) in SEE ALSO;
suggested by tedu@

Revision 1.29 / (download) - annotate - [select for diffs], Fri Jan 30 19:32:17 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

vmstat shows max 2 drives by default

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jul 25 21:25:29 2003 UTC (20 years, 9 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.27: +10 -8 lines
Diff to previous 1.27 (colored)

context switches and interrupts are traps, not faults.  align cpu field a
little better.  some man page pretty from jmc@ and ok millert@

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:22 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.26: +2 -6 lines
Diff to previous 1.26 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Feb 17 07:24:32 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.25: +6 -5 lines
Diff to previous 1.25 (colored)

typos;

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 29 20:10:04 2002 UTC (21 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

de is dead; peterw@ifost.org.au

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 17 11:07:33 2002 UTC (22 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

better message; adi@hexapodia.org

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 1 14:34:03 2002 UTC (22 years, 3 months ago) by art
Branch: MAIN
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored)

Document -v

Revision 1.22 / (download) - annotate - [select for diffs], Fri Nov 9 00:56:24 2001 UTC (22 years, 6 months ago) by miod
Branch: MAIN
Changes since 1.21: +3 -12 lines
Diff to previous 1.21 (colored)

Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the
FILES section if they were there.

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 11 06:41:23 2001 UTC (23 years ago) by angelos
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Fix stray comma.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 12 18:12:01 2001 UTC (23 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.19: +1 -3 lines
Diff to previous 1.19 (colored)

Todd says we should not doc depricated behaviour

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 12 18:06:41 2001 UTC (23 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

document shortcut; noted by bk@rt.fm

Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 10 05:10:42 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:46 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 18 17:59:56 2000 UTC (23 years, 11 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.15: +4 -5 lines
Diff to previous 1.15 (colored)

Mark kernel threads as system processes.  Make ps hide them by default,
show them with -k.  Do not try to show RSS based values for them as they
mess up column alignment.  vmstat -f now shows kernel threads separately
from rforks too.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 14 14:58:25 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.14: +16 -11 lines
Diff to previous 1.14 (colored)

Finish off cleanup usr.bin/ man pages.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 3 02:11:09 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.13: +2 -4 lines
Diff to previous 1.13 (colored)

remove redundant .Pp macros

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:49 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 11 23:01:51 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

remove redundant .Pp macros

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 30 00:24:42 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

usr.bin/ man page fixes, t-z

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 26 07:00:12 1998 UTC (25 years, 9 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

formatting

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 25 19:18:30 1998 UTC (26 years, 1 month ago) by janjaap
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

-M is for core

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 3 12:14:37 1998 UTC (26 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.7: +141 -126 lines
Diff to previous 1.7 (colored)

new style man page

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 1 18:57:12 1997 UTC (27 years, 4 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

added info about rfork(2)

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 26 06:53:39 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

bad example

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 4 20:16:02 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

kernel is /bsd

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 26 05:42:41 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

rcsid

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 22 11:35:44 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

libutil

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 3 02:51:23 1996 UTC (28 years, 2 months ago) by tholo
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Working disk statistics; NetBSD PR 2160

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:46:50 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:46:50 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.