mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Reduce the precision of "MB/s" by one, making room for displaying
transfer rates larger 99MB/s. MFC after: 2 weeks
This commit is contained in:
parent
cfcc114dcb
commit
f322b7b058
1 changed files with 1 additions and 1 deletions
|
|
@ -945,7 +945,7 @@ devstats(int perf_select, long double etime, int havelast)
|
|||
ms_per_transaction);
|
||||
} else {
|
||||
if (Iflag == 0)
|
||||
printf(" %4.1Lf %4.0Lf %5.2Lf ",
|
||||
printf(" %4.1Lf %4.0Lf %5.1Lf ",
|
||||
kb_per_transfer,
|
||||
transfers_per_second,
|
||||
mb_per_second);
|
||||
|
|
|
|||
Loading…
Reference in a new issue