]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make `systat -vmstat` to use suffixes to display big floating point numbers
authorAlexander Motin <mav@FreeBSD.org>
Sat, 23 Mar 2013 13:11:54 +0000 (13:11 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Sat, 23 Mar 2013 13:11:54 +0000 (13:11 +0000)
commit8d2419b5718ad893ddc290382d5985e91dce1963
treece3dede0fbaeb3ad1ee04f4939d1d72bcf9f1c6e
parentca84e042a3b70b7daac4335184be702ad966fcd9
Make `systat -vmstat` to use suffixes to display big floating point numbers
that are not fitting into the specified field width, same as done for ints.
In particular that allows to properly display disk tps above 100k, that are
reachable with modern SSDs.
usr.bin/systat/vmstat.c