From f4b7bcc80576faf846a30ef196f30869738fe6ab Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sat, 10 Dec 2022 11:57:52 +0100 Subject: [PATCH] Update manual pages Signed-off-by: Sebastien GODARD --- man/iostat.in | 20 +++++++++++++++----- man/mpstat.1 | 20 +++++++++++++++----- man/pidstat.1 | 20 +++++++++++++++----- man/sar.in | 18 ++++++++++++++---- man/tapestat.1 | 20 +++++++++++++++----- 5 files changed, 74 insertions(+), 24 deletions(-) diff --git a/man/iostat.in b/man/iostat.in index 4f0ca52..20548c6 100644 --- a/man/iostat.in +++ b/man/iostat.in @@ -1,5 +1,5 @@ .\" iostat manual page - (C) 1998-2020 Sebastien Godard (sysstat orange.fr) -.TH IOSTAT 1 "SEPTEMBER 2021" Linux "Linux User's Manual" -*- nroff -*- +.TH IOSTAT 1 "DECEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- .SH NAME iostat \- Report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. @@ -392,22 +392,32 @@ ranges of values. .B S_COLORS_SGR Specify the colors and other attributes used to display statistics on the terminal. Its value is a colon-separated list of capabilities that defaults to -.BR "H=31;1:I=32;22:M=35;1:N=34;1:Z=34;22" "." +.BR "I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22" "." Supported capabilities are: .RS .TP .B H= -SGR (Select Graphic Rendition) substring for percentage values greater than or equal to 75%. +This is equivalent to SGR substring +.BR "X=" " (see below)." .TP .B I= -SGR substring for device names. +SGR (Select Graphic Rendition) substring for device names. .TP .B M= -SGR substring for percentage values in the range from 50% to 75%. +This is equivalent to SGR substring +.BR "W=" " (see below)." .TP .B N= SGR substring for non-zero statistics values. .TP +.B W= +SGR substring for percentage values in the range from 75% to 90% (or in the range 10% to 25% depending on the +metric's meaning). +.TP +.B X= +SGR substring for percentage values greater than or equal to 90% (or lower than or equal to 10% depending on the +metric's meaning). +.TP .B Z= SGR substring for zero values. .RE diff --git a/man/mpstat.1 b/man/mpstat.1 index 29086c7..8bcf406 100644 --- a/man/mpstat.1 +++ b/man/mpstat.1 @@ -1,5 +1,5 @@ .\" mpstat manual page - (C) 2000-2020 Sebastien Godard (sysstat orange.fr) -.TH MPSTAT 1 "OCTOBER 2022" Linux "Linux User's Manual" -*- nroff -*- +.TH MPSTAT 1 "DECEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- .SH NAME mpstat \- Report processors related statistics. @@ -190,22 +190,32 @@ ranges of values. .B S_COLORS_SGR Specify the colors and other attributes used to display statistics on the terminal. Its value is a colon-separated list of capabilities that defaults to -.BR "H=31;1:I=32;22:M=35;1:N=34;1:Z=34;22" "." +.BR "I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22" "." Supported capabilities are: .RS .TP .B H= -SGR (Select Graphic Rendition) substring for percentage values greater than or equal to 75%. +This is equivalent to SGR substring +.BR "X=" " (see below)." .TP .B I= -SGR substring for CPU number. +SGR (Select Graphic Rendition) substring for CPU number. .TP .B M= -SGR substring for percentage values in the range from 50% to 75%. +This is equivalent to SGR substring +.BR "W=" " (see below)." .TP .B N= SGR substring for non-zero statistics values. .TP +.B W= +SGR substring for percentage values in the range from 75% to 90% (or in the range 10% to 25% depending on the +metric's meaning). +.TP +.B X= +SGR substring for percentage values greater than or equal to 90% (or lower than or equal to 10% depending on the +metric's meaning). +.TP .B Z= SGR substring for zero values. .RE diff --git a/man/pidstat.1 b/man/pidstat.1 index 2206ecf..361e64c 100644 --- a/man/pidstat.1 +++ b/man/pidstat.1 @@ -1,5 +1,5 @@ .\" pidstat manual page - (C) 2007-2020 Sebastien Godard (sysstat orange.fr) -.TH PIDSTAT 1 "JULY 2020" Linux "Linux User's Manual" -*- nroff -*- +.TH PIDSTAT 1 "DECEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- .SH NAME pidstat \- Report statistics for Linux tasks. @@ -381,22 +381,32 @@ ranges of values. .B S_COLORS_SGR Specify the colors and other attributes used to display statistics on the terminal. Its value is a colon-separated list of capabilities that defaults to -.BR "H=31;1:I=32;22:M=35;1:N=34;1:Z=34;22" "." +.BR "I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22" "." Supported capabilities are: .RS .TP .B H= -SGR (Select Graphic Rendition) substring for percentage values greater than or equal to 75%. +This is equivalent to SGR substring +.BR "X=" " (see below)." .TP .B I= -SGR substring for item values like PID, UID or CPU number. +SGR (Select Graphic Rendition) substring for item values like PID, UID or CPU number. .TP .B M= -SGR substring for percentage values in the range from 50% to 75%. +This is equivalent to SGR substring +.BR "W=" " (see below)." .TP .B N= SGR substring for non-zero statistics values and for tasks names. .TP +.B W= +SGR substring for percentage values in the range from 75% to 90% (or in the range 10% to 25% depending on the +metric's meaning). +.TP +.B X= +SGR substring for percentage values greater than or equal to 90% (or lower than or equal to 10% depending on the +metric's meaning). +.TP .B Z= SGR substring for zero values and for threads names. .RE diff --git a/man/sar.in b/man/sar.in index 5627f55..8ee565b 100644 --- a/man/sar.in +++ b/man/sar.in @@ -1,5 +1,5 @@ .\" sar manual page - (C) 1999-2022 Sebastien Godard (sysstat orange.fr) -.TH SAR 1 "SEPTEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- +.TH SAR 1 "DECEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- .SH NAME sar \- Collect, report, or save system activity information. @@ -1593,7 +1593,7 @@ ranges of values. .B S_COLORS_SGR Specify the colors and other attributes used to display statistics on the terminal. Its value is a colon-separated list of capabilities that defaults to -.BR "C=33;22:H=31;1:I=32;22:M=35;1:N=34;1:R=31;22:Z=34;22" "." +.BR "C=33;22:I=32;22:N=34;1:R=31;22:W=35;1:X=31;1:Z=34;22" "." Supported capabilities are: .RS .TP @@ -1602,13 +1602,15 @@ SGR (Select Graphic Rendition) substring for comments inserted in the binary dai data files. .TP .B H= -SGR substring for percentage values greater than or equal to 75%. +This is equivalent to SGR substring +.BR "X=" " (see below)." .TP .B I= SGR substring for item names or values (eg. network interfaces, CPU number...) .TP .B M= -SGR substring for percentage values in the range from 50% to 75%. +This is equivalent to SGR substring +.BR "W=" " (see below)." .TP .B N= SGR substring for non-zero statistics values. @@ -1616,6 +1618,14 @@ SGR substring for non-zero statistics values. .B R= SGR substring for restart messages. .TP +.B W= +SGR substring for percentage values in the range from 75% to 90% (or in the range 10% to 25% depending on the +metric's meaning). +.TP +.B X= +SGR substring for percentage values greater than or equal to 90% (or lower than or equal to 10% depending on the +metric's meaning). +.TP .B Z= SGR substring for zero values. .RE diff --git a/man/tapestat.1 b/man/tapestat.1 index b7be29c..a59e31c 100644 --- a/man/tapestat.1 +++ b/man/tapestat.1 @@ -1,6 +1,6 @@ .\" tapestat manual page - (C) 2015 Hewlett-Packard Development Company, L.P. .\" Maintained by Sebastien Godard (sysstat orange.fr) -.TH TAPESTAT 1 "JUNE 2020" Linux "Linux User's Manual" -*- nroff -*- +.TH TAPESTAT 1 "DECEMBER 2022" Linux "Linux User's Manual" -*- nroff -*- .SH NAME tapestat \- Report tape statistics. @@ -169,22 +169,32 @@ ranges of values. .B S_COLORS_SGR Specify the colors and other attributes used to display statistics on the terminal. Its value is a colon-separated list of capabilities that defaults to -.BR "H=31;1:I=32;22:M=35;1:N=34;1:Z=34;22" "." +.BR "I=32;22:N=34;1:W=35;1:X=31;1:Z=34;22" "." Supported capabilities are: .RS .TP .B H= -SGR (Select Graphic Rendition) substring for percentage values greater than or equal to 75%. +This is equivalent to SGR substring +.BR "X=" " (see below)." .TP .B I= -SGR substring for tape names. +SGR (Select Graphic Rendition) substring for tape names. .TP .B M= -SGR substring for percentage values in the range from 50% to 75%. +This is equivalent to SGR substring +.BR "W=" " (see below)." .TP .B N= SGR substring for non-zero statistics values. .TP +.B W= +SGR substring for percentage values in the range from 75% to 90% (or in the range 10% to 25% depending on the +metric's meaning). +.TP +.B X= +SGR substring for percentage values greater than or equal to 90% (or lower than or equal to 10% depending on the +metric's meaning). +.TP .B Z= SGR substring for zero values. .RE -- 2.40.0