git: vmstat - Change re, pi, po and fr from counts to bytes

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Feb 12 17:14:34 PST 2020


commit 7b8d89eb1ed3c5287fe5a9187a0654544a7d5cb8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Feb 12 17:12:29 2020 -0800

    vmstat - Change re, pi, po and fr from counts to bytes
    
    * Change re, pi, po, and fr to bytes.  re, pi, and po were previously
      paging related transaction counts (not even page counts) which really
      tells us absolutely nothing.
    
      The values are now displayed in terms of bytes reclaimed, paged in,
      paged out, and freed, with appropriate suffixes (nothing, K, M, or G).

Summary of changes:
 usr.bin/vmstat/vmstat.c | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b8d89eb1ed3c5287fe5a9187a0654544a7d5cb8


-- 
DragonFly BSD source repository


More information about the Commits mailing list