]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the "KB/s" field one character shorter (by reducing the precision)
authortrasz <trasz@FreeBSD.org>
Thu, 28 Mar 2019 20:16:19 +0000 (20:16 +0000)
committertrasz <trasz@FreeBSD.org>
Thu, 28 Mar 2019 20:16:19 +0000 (20:16 +0000)
commit425e829981ddff4bf4b62fde6ff2ca561709ca9b
treef35c50537aa2a1606ea6e7e58ef43c440a97d473
parent9503e2d6427e99df40f4023f110f08dfc4896db5
Make the "KB/s" field one character shorter (by reducing the precision)
and use the space to make the "tps" one character longer.

It makes the iostat(8) output a bit less messed up.

Reviewed by: allanjude
MFC after: 2 weeks
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D19710
usr.sbin/iostat/iostat.c