Standalone Logtool for MPE/iX
[;DATE]
[;TIME]
[;APPEND]
Parameters:
LOG=<log list> - The LOG keyword specifies which log files to
base the report on. Use the STATUS
command to obtain a list of the system log files
available on the host system.
<log list> ::= <log number range> | <log number range> , <log list>
<log number range> ::= <log number> | <log number>/<log number>
<log number> ::= integer value
Ex: LOG=100/105, 150
OUTFILE=<file name> - The OUTFILE keyword lets the user specify the
work file name.
<file_name> ::= Alpha-numeric text (starting with an alpha)
Ex: OUTFILE=listfile
TYPE=<type list> - The TYPE keyword is used to specify which log
record types (id's) to select for the report.
Log record Id's range from 0 to 255. If this
TYPE is not used, all log record types will be
considered.
<type list> ::= <type number range> | <type number range>,<type list>
<type number range> ::= <type number> | <type number>/<type number>
<type number> ::= integer value
Ex: TYPE=101,104,106
<field label>=<data list> - Field label keywords allow the user to
select log records based on the data present
in the log record. Quotes are only required
for field labels and data items which contain
embedded blanks or reserved words used as
part of the SELECT command syntax. If a quote
is needed as part of the field label, entering
a quote twice ("") will be interpreted as a
single quote as part of the field label. For fields
which are always displayed as hex arrays or can be
displayed as hex arrays by using the HEXDUMP option,
the index construct will allow users to select log
records by individual array elements. To use the
index construct, the field label must be followed
by the array element index number enclosed in
square brackets. Please note that all arrays start
with an element index of 1. The selection
criteria specified by a field label keyword
will only be met if the data item and the data
found in the log record match exactly. All
field labels and text data items will be
upshifted before the evaluation is performed.
<field label> ::= text | "text" | text[<index>] | "text"[<index>]
<index> ::= integer value starting at 1
<data list> ::= <data item> | <data item> , <data list>
<data item> ::= integer value | text | "text"
Ex: Ldev=1,7 "PRODUCT NAME"=HP7935 JSNAME=JREPORT
"Hardware status"[1]=4
DATE - The DATE option will cause the user to be
prompted for a range of dates. Only those log
records falling into one of the specified date
ranges will be included in the report.
Default is the current date.
Ex: Enter the starting date [01/01/86] ? 02/02/86
Enter the ending date [<starting date>]? 02/03/86
Do you have more dates (Y/N) [N] ? n
TIME - The TIME option will cause the user to be