Page MenuHomeFreeBSD

iostat.c: fix formatting
ClosedPublic

Authored by trasz on Feb 6 2020, 2:47 PM.
Tags
None
Referenced Files
F148929699: D23538.id.diff
Sat, Mar 21, 2:41 AM
Unknown Object (File)
Fri, Mar 20, 3:16 AM
Unknown Object (File)
Fri, Mar 20, 3:16 AM
Unknown Object (File)
Feb 17 2026, 1:47 PM
Unknown Object (File)
Feb 8 2026, 9:28 PM
Unknown Object (File)
Feb 8 2026, 6:14 AM
Unknown Object (File)
Feb 7 2026, 10:37 PM
Unknown Object (File)
Jan 31 2026, 12:30 AM
Subscribers

Details

Summary

Fix formatting for tps values between 99.95 and 99.99; previously
it would display as "100.0", breaking vertical alignment.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mat added inline comments.
usr.sbin/iostat/iostat.c
932 ↗(On Diff #67864)

should not it be < 99.95?

linimon retitled this revision from Fix formatting to iostat.c: fix formatting.Feb 7 2020, 4:33 AM
usr.sbin/iostat/iostat.c
932 ↗(On Diff #67864)

I've tried that, but then, for for 99.95, we get:

99.950 100.0

This revision was not accepted when it landed; it landed in state Needs Review.Feb 21 2020, 8:57 PM
This revision was automatically updated to reflect the committed changes.