git: e6013eb0712c - main - systat.1: Fix lists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Apr 2022 22:52:06 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e6013eb0712c8c39af27442a866bbf032c084b4b commit e6013eb0712c8c39af27442a866bbf032c084b4b Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-04-01 13:41:04 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-04-01 22:49:53 +0000 systat.1: Fix lists Some of the lists were not displaying correctly. Fix that. Also, address linters errors. Fixes: 22054f88914b Report I/O stats from the CAM_IOSCHED_DYNAMIC extension MFC after: 1 week --- usr.bin/systat/systat.1 | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9f866727bd89..2f84a4103467 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -28,7 +28,7 @@ .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd February 10, 2021 +.Dd April 1, 2022 .Dt SYSTAT 1 .Os .Sh NAME @@ -259,7 +259,7 @@ If a value cannot be estimated ``-'' is displayed. The P50 (also known as the median), P90, P99 and P99.9 values are computed if more than 2, 10, 100 or 1000 operations occurred during the polling interval. The latency is the hardware latency values, and does not include any software -queueing time. +queuing time. The latencies are estimated based on histogram data computed by the CAM I/O scheduler and represent estimates of the actual value that are only good to two or three significant digits. @@ -268,10 +268,13 @@ the precision of the estimates and to fit on the available screen space. All latencies are reported in milliseconds. When color is enabled .Bl -bullet -.It Values below the medium latency threshold are displayed in green. -.It Values between the minimum latency and high latency thresholds are displayed +.It +Values below the medium latency threshold are displayed in green. +.It +Values between the minimum latency and high latency thresholds are displayed in magenta. -.It Values above the high latency thresholds are displayed in red. +.It +Values above the high latency thresholds are displayed in red. .Pp When color is disabled, the default foreground and background colors are always used. @@ -298,6 +301,7 @@ The default is on. Toggle the display of statistics about trim operations. The default is on. .El +.El .It Ic iostat Display, in the lower window, statistics about processor use and disk throughput. @@ -738,7 +742,7 @@ display looks out of place because it is (it was added in as a separate display rather than created as a new program). The .Ic iolat -command doesn't implement the common device commands including -filtering, as it doesn't use the +command does not implement the common device commands including +filtering, as it does not use the .Xr devstat 3 mechanism to obtain its statistics.