Displaying Saved Query Output
Use the following procedures to display results of one or more saved query commands to the screen. For a listing of saved queries, see Listing Log File Analyzer Queries and Run-time Details.
For more information about the query command, see Creating and Saving LFA Queries.
The Log File Analyzer (LFA) also saves query command output to text files. For more information about this task, see Saving Log File Analyzer Output to Text Files.
To show saved query output to the screen
Enter:
show query_name
In this command, query_name is the query command output stored in memory under this name.
Example:
show evtqry
This example displays the output from a previous query
command named evtqry
.
To show multiple saved query output to the screen
Enter:
show query_name_1, query_name_2, ... , query_name_N
In this command, query_name_N is the query command output stored in memory under this name.
Example:
show evtqry1, evtqry2
This example displays the output from two previous
query commands named evtqry1
and evtqry2
.