Update manual pages
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 10 Dec 2022 10:57:52 +0000 (11:57 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 10 Dec 2022 10:57:52 +0000 (11:57 +0100)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
man/iostat.in
man/mpstat.1
man/pidstat.1
man/sar.in
man/tapestat.1

index 4f0ca529728318f223e04c6af7d8bc36ad5d1d12..20548c61e73884ac4b2437372514910d2270b0d4 100644 (file)
@@ -1,5 +1,5 @@
 .\" iostat manual page - (C) 1998-2020 Sebastien Godard (sysstat <at> 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
index 29086c702fd11343b4b33dd0dd1eff0c46d0687f..8bcf4068c4bc96bdfac6524d32139e8ccd98e06c 100644 (file)
@@ -1,5 +1,5 @@
 .\" mpstat manual page - (C) 2000-2020 Sebastien Godard (sysstat <at> 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
index 2206ecf964e160e38877d11688ea085b69045799..361e64c1b40c1b15985b6939adb9d38887133b2f 100644 (file)
@@ -1,5 +1,5 @@
 .\" pidstat manual page - (C) 2007-2020 Sebastien Godard (sysstat <at> 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
index 5627f55ddd87f5d837a303736c350a79ee2dc27c..8ee565b4916bcf1e16473ef54b5147d82e30b394 100644 (file)
@@ -1,5 +1,5 @@
 .\" sar manual page - (C) 1999-2022 Sebastien Godard (sysstat <at> 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
index b7be29c4f9229683be68f3af1ab48014a6e932df..a59e31c5390371933e84bfa1c8a54daaedc47f33 100644 (file)
@@ -1,6 +1,6 @@
 .\" tapestat manual page - (C) 2015 Hewlett-Packard Development Company, L.P.
 .\" Maintained by Sebastien Godard (sysstat <at> 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