]> granicus.if.org Git - sysstat/commit
sagraph2: fix MB/s units and help typo
authorJulian Taylor <jtaylor.debian@googlemail.com>
Wed, 16 Sep 2015 13:22:53 +0000 (15:22 +0200)
committerJulian Taylor <jtaylor.debian@googlemail.com>
Wed, 16 Sep 2015 13:28:16 +0000 (15:28 +0200)
commitc95fb7a40bdc4a8cd67524761bdd6ba2c8e65395
treea5b093d365011bac20f0364c1913bf544e856333
parentd9e9c02c7c4b8103f7b38eb5d0dc47c0d3fc1c4c
sagraph2: fix MB/s units and help typo

bread/s returns blocks so assuming 512bytes per block:

    MB = bread * 512 / 1024 / 1024 = bread / 2 / 1024

not

    MB = bread * 2 / 1024
contrib/sargraph/sargraph2