STATUSCOLS

Specifies which columns in a summary are assessed for status. This setting must be specified after the subpanel's QUERY statement.

Possible values
ALL
Names of one or more columns returned by the QUERY command. Use a comma-delimited list for more than one name, enclosed in quotation marks.
Important: Using ALL results in increased overhead. Use ALL only for Overview-type subpanels, if at all.
NO
Tip: Using NO bypasses assessing status for the subpanel, reducing overhead.
Default value
None

Sample

STATUSCOLS='PAGERATE,CPUUTIL'