Files
src/usr.sbin
Michael Zhilin d471b4f71d usr.sbin/gstat: add microsecond precision for disk latency
This patch makes gstat to show latency in microseconds if actual latency
is less than 1ms. It affects only "ms/r" and "ms/w" columns.

Before patch:
 L(q)  ops/s    r/s   kBps   ms/r    w/s   kBps   ms/w   %busy Name
    0    922      0      0    0.0    922  35809    0.0    2.8| nda0
    0    928      2     34    0.1    926  35809    0.0    3.1| nda1

After patch:
 L(q)  ops/s    r/s   kBps   ms/r    w/s   kBps   ms/w   %busy Name
    0    496      1     31  0.156    495  16020  0.040    1.5| nda0
    0    492      0      0  0.000    492  16020  0.042    1.5| nda1

Reviewed by:	imp
MFC after:	3 days
Sponsored by:	Postgres Professional
Differential Revision:	https://reviews.freebsd.org/D41999
2024-08-04 11:31:06 +03:00
..
2024-07-16 00:12:29 -05:00
2024-07-16 15:17:31 -04:00
2024-07-31 21:28:42 +02:00
2024-07-27 14:55:14 +03:00
2024-01-24 17:10:24 -05:00
2024-04-11 11:53:37 -06:00
2024-05-10 11:23:13 +02:00
2024-08-03 20:30:10 +02:00
2024-07-24 08:04:33 -07:00
2024-02-13 14:11:07 +08:00
2024-07-16 08:25:54 -04:00