commit | 54524ccbf83feb842271cf08349d9626b753f20f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Sep 02 01:23:58 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Wed Sep 02 01:23:58 2015 -0500 |
tree | d219db59c0ac0d91cd7344124df83d152ec82e5a | |
parent | 3b83ab5cc76ea4a1dcd785c7df4957f3b5062f72 [diff] |
vmstat: fix units for bi and bo columns pgpgin and pgpgout in /proc/vmstat are in kbytes, not pages. (see http://lxr.free-electrons.com/source/mm/vmstat.c?v=4.2#L1310). Remove the extra * page_kb for io_in and io_out.