<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/vmstat, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-12-01T12:49:08Z</updated>
<entry>
<title>MFC: Revert signedness type changes to "struct vmtotal" to keep</title>
<updated>2006-12-01T12:49:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-01T12:49:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=044960a841e4593e55a839018ad7da88087dd8cb'/>
<id>urn:sha1:044960a841e4593e55a839018ad7da88087dd8cb</id>
<content type='text'>
overflows easier to detect.  As a bonus, fix printing of other
"struct vmtotal" members, t_rq, t_dw, t_pw, and t_sw.
</content>
</entry>
<entry>
<title>MFC: Make members of "struct vmmeter" unsigned; fix overflow bugs when</title>
<updated>2006-11-23T11:57:12Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-11-23T11:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=677640d484e3379cf82e5520732b17f15c9c9ec0'/>
<id>urn:sha1:677640d484e3379cf82e5520732b17f15c9c9ec0</id>
<content type='text'>
printing them in kilobytes in sysctl(8), systat(1), and vmstat(8).
Fix sysctl(8) reporting of the virtual memory's total; it's accounted
in pages too.
</content>
</entry>
<entry>
<title>MFC rev. 1.93, 1.94:</title>
<updated>2006-10-28T18:15:13Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-10-28T18:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37c7cb3fc282e9ca0f5dac831648f2aa124fcd86'/>
<id>urn:sha1:37c7cb3fc282e9ca0f5dac831648f2aa124fcd86</id>
<content type='text'>
  - Print the number of allocation failures in UMA zones.
  - Add comma after REQUESTS field missed in previous commit.
  - Widen some columns; make width of header columns less cryptic.

  PR:	kern/102940

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>MFC r1.33:</title>
<updated>2006-02-17T22:25:02Z</updated>
<author>
<name>Dmitry Morozovsky</name>
<email>marck@FreeBSD.org</email>
</author>
<published>2006-02-17T22:25:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f87b3a31cadf4ed03cd2afe7bc828ccbab7307ec'/>
<id>urn:sha1:f87b3a31cadf4ed03cd2afe7bc828ccbab7307ec</id>
<content type='text'>
Default number of direct access devices had been changed from three to two.
Reflect this in other paragraphs.

PR:             93201
Submitted by:   Marian Cerny
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Merge vmstat.c:1.90 from HEAD to RELENG_6:</title>
<updated>2005-11-09T13:28:50Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-11-09T13:28:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=352a39bd26b2a543eef091f398b429990e56836e'/>
<id>urn:sha1:352a39bd26b2a543eef091f398b429990e56836e</id>
<content type='text'>
  Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extracting
  this information from the core dump.
</content>
</entry>
<entry>
<title>Merge vmstat.c:1.89 from HEAD to RELENG_6:</title>
<updated>2005-11-09T13:28:08Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-11-09T13:28:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b13bf953e8b9b524ad64f84501c73f7b53eac6c1'/>
<id>urn:sha1:b13bf953e8b9b524ad64f84501c73f7b53eac6c1</id>
<content type='text'>
  Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvm
  descriptor is non-NULL, restoring vmstat -z support for core dumps and
  kmem access.  These were broken with the introduction of UMA.
</content>
</entry>
<entry>
<title>Merge Makefile:1.12, vmstat.c:1.87 from HEAD to RELENG_6:</title>
<updated>2005-08-19T00:07:06Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-08-19T00:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e9e6d7e7e92e7e73b508b9bce77267a967064e8'/>
<id>urn:sha1:3e9e6d7e7e92e7e73b508b9bce77267a967064e8</id>
<content type='text'>
  Teach vmstat -m and vmstat -z to use libmemstat(3).  Certain
  statistics from -z are now a bit different due to changes in the
  way statistics are now measured.  Reproduce with some amount of
  accuracy the slightly obscure layouts adopted by the two kernel
  sysctls.  In the future, we might want to normalize them.

  GC dosysctl(), which is now no longer used.

Merge vmstat.c:1.88 from HEAD to RELENG_6:

  Minor syntax tweaks:

  - Remove some extra blank lines.
  - Remove comments that don't contribute to understanding.
  - Remove additional blank lines in output added to maximize
    compatibility with older vmstat output, but that is actually
    somewhat gratuitous.

  Submitted by:   bde

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Modify vmstat(8)'s domem() routine, which is responsible for extracting</title>
<updated>2005-05-29T13:40:00Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-05-29T13:40:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=147819cc853c87629da36a0a33ae237a3bba41eb'/>
<id>urn:sha1:147819cc853c87629da36a0a33ae237a3bba41eb</id>
<content type='text'>
malloc(9) statistics from kernel memory or a kernel coredump, to catch
up with recent changes to adopt per-CPU malloc(9) statistics.  The new
routines walk the per-CPU statistics pools and coalesce them for
presentation to the user.
</content>
</entry>
<entry>
<title>Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO</title>
<updated>2005-05-26T17:54:16Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-05-26T17:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26d8ca837e1b17f46b1600bb53351f18eb02eed3'/>
<id>urn:sha1:26d8ca837e1b17f46b1600bb53351f18eb02eed3</id>
<content type='text'>
sections, so that users of one can learn about the others easily.
</content>
</entry>
<entry>
<title>Sync program's usage() with manpage's SYNOPSIS.</title>
<updated>2005-05-21T09:55:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-05-21T09:55:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f682f10c76449b3af3b1dd9afff859cd1cd07116'/>
<id>urn:sha1:f682f10c76449b3af3b1dd9afff859cd1cd07116</id>
<content type='text'>
</content>
</entry>
</feed>
