.\" 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.
.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
.\" 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.
.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
.\" 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.
.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
.\" 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.
.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
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.
.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
.\" 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.
.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