Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 19:55:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 2137] [vm] systat(1) total vm statistics are bad
Message-ID:  <bug-2137-8-UlWIvPJ9b3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-2137-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-2137-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D2137

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kib
Date: Tue Nov 21 19:55:32 UTC 2017
New revision: 326073
URL: https://svnweb.freebsd.org/changeset/base/326073

Log:
  systat: use and correctly display 64bit counters.

  Following struct vmtotal changes, make systat use and correctly
  display 64-bit counters.  Switch to humanize_number(3) to overcome
  homegrown arithmetics limits in pretty printing large numbers.  Use
  1024 as a divisor for memory fields to make it consistent with other
  tools and users expectations.

  Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
  Sponsored by: Mysterious Code Ltd.
  PR:   2137
  Differential revision:        https://reviews.freebsd.org/D13105

Changes:
  head/usr.bin/systat/Makefile
  head/usr.bin/systat/vmstat.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-2137-8-UlWIvPJ9b3>