IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Use the wrapper script
In Windows, the wrapper script is located at MS_HOME\logviewer. You can start the LogViewer by running the following command:
viewer.bat [(-q Query_String) | (-f filename)] [-s (text | html)] [-h] <input1.xml> [<input2.xml> <input3.xml> ...]...where:
- -q specifies a query string, which defines what will be in the output and the format of that output. See Specify the query string.
- -f specifies a file that contains the query string.
Only one of -q or -f can be specified.
- -s specifies either text or html output (default is html). The html output is in UTF-8 encoding. Text output is in the default encoding of the console where the command is issued.
- -h displays the usage statement.
- All other arguments are interpreted as log XML input files. When multiple input files are given, the log and trace records are merged based on the timestamp.
In UNIX, the wrapper script is located at MS_HOME/logviewer. You can start the LogViewer by running the following command:
viewer.sh [(-q Query_String) | (-f filename)] [-s (text | html)] [-h] <input1.xml> [<input2.xml> <input3.xml> ...]