Previous Topic: Limit the Resources Included in a Report

Next Topic: FOR Operand-Limit Reports Organized by Time and Date

FOR Operand-Limit the Identifiers Included in a Report

Use the FOR operand to limit the number of identifiers included in a report. Add the operand FOR 5 to the commands used in the preceding example. Using the operand FOR 5 limits the report to only those five 0A terminals with the highest response times, as follows:

TAB TERMID(0A++) FOR 5 TERM RESP    AND,
                       TERM I/OTIME AND,
                       TRAN USE
END
RUN

A report like the following is generated:

TERM TERM TRAN TRAN ID RESP TMIO USE -------- -------- -------- -------- 0A0E 0.793 2.686 59 0A12 0.226 1.477 401 0A14 0.210 4.747 31 0A19 0.202 144.2 80 0A02 0.194 10.71 115 -------- -------- -------- -------- SUMMARY 0.220 19.92 686 -------- -------- -------- --------