Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110651255
D19710.id55552.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
947 B
Referenced Files
None
Subscribers
None
D19710.id55552.diff
View Options
Index: head/usr.sbin/iostat/iostat.c
===================================================================
--- head/usr.sbin/iostat/iostat.c
+++ head/usr.sbin/iostat/iostat.c
@@ -769,9 +769,9 @@
(void)printf(" blk xfr msps ");
} else {
if (Iflag == 0)
- printf(" KB/t tps MB/s ");
+ printf(" KB/t tps MB/s ");
else
- printf(" KB/t xfrs MB ");
+ printf(" KB/t xfrs MB ");
}
printed++;
}
@@ -945,7 +945,7 @@
ms_per_transaction);
} else {
if (Iflag == 0)
- printf(" %5.2Lf %3.0Lf %5.2Lf ",
+ printf(" %4.1Lf %4.0Lf %5.2Lf ",
kb_per_transfer,
transfers_per_second,
mb_per_second);
@@ -953,7 +953,7 @@
total_mb = total_bytes;
total_mb /= 1024 * 1024;
- printf(" %5.2Lf %3.1" PRIu64 " %5.2Lf ",
+ printf(" %4.1Lf %4.1" PRIu64 " %5.2Lf ",
kb_per_transfer,
total_transfers,
total_mb);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 11:27 AM (2 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16770509
Default Alt Text
D19710.id55552.diff (947 B)
Attached To
Mode
D19710: Improve iostat(1) output a bit.
Attached
Detach File
Event Timeline
Log In to Comment