[Bug 2137] [vm] systat(1) total vm statistics are bad

2018-02-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

Eugene Grosbein  changed:

   What|Removed |Added

 CC||eu...@freebsd.org
 Resolution|--- |FIXED
 Status|In Progress |Closed
   Assignee|freebsd-bugs@FreeBSD.org|k...@freebsd.org

--- Comment #8 from Eugene Grosbein  ---
Fixed over two months ago. No MFC planned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2017-11-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

--- Comment #7 from Pawel Biernacki  ---
Final change has been committed in r326139.  All base system consumers of
struct vmtotal are now properly displaying large counters.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2017-11-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

--- Comment #6 from commit-h...@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 
  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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2017-11-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

Ed Maste  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2017-11-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

--- Comment #5 from Pawel Biernacki  ---
Partial fix was committed in r325852
https://lists.freebsd.org/pipermail/svn-src-head/2017-November/106221.html.

I've separate patches for systat and vmstat that are needed to take advantage
of the new struct vmtotal size.  Stay tuned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2017-11-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

Ngie Cooper  changed:

   What|Removed |Added

 Status|In Progress |Open
   Assignee|n...@freebsd.org|freebsd-bugs@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 2137] [vm] systat(1) total vm statistics are bad

2015-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2137

NGie Cooper  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org
   Severity|Affects Only Me |Affects Many People
 CC||n...@freebsd.org

--- Comment #4 from NGie Cooper  ---
This is still sadly valid on 11-CURRENT -- please note that the amount of
memory shown is negative ~2GB :(...

This affects many people because... having this much memory is commonplace now.

% sysctl hw.physmem
hw.physmem: 3188523008
% systat -vmstat

6 usersLoad  0.38  0.28  0.82  Nov 10 00:59

Mem:KBREALVIRTUAL   VN PAGER   SWAP PAGER
Tot   Share  TotShareFree   in   out in   out
Act   243407768   57758411968  114780  count
All   270007816   -2146M24652  pages

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"