vmstat - Change re, pi, po and fr from counts to bytes
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Feb 2020 01:12:29 +0000 (17:12 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 13 Feb 2020 01:12:29 +0000 (17:12 -0800)
commit7b8d89eb1ed3c5287fe5a9187a0654544a7d5cb8
treea904b0312fc4286535e006a20acedaa16c32fc5c
parent4eb0bb82efc8ef32c4357cf812891c08d38d8860
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).
usr.bin/vmstat/vmstat.c