ttcn3_logmerge - TTCN-3 log file merge utility
Contents
Bugs
None known at this time
Description
This manual page is a quick reference for the TTCN-3 logmerge utility of the TTCN-3 Test Executor. The
ttcn3_logmerge utility, which can be found in $TTCN3_DIR/bin, merges all files given in the command
argument into a single output file. The output of ttcn3_logmerge is sorted based on the timestamps found
in the log files.
It is useful for test suites that are run in parallel mode. It can merge the logs of different PTC into
one single file based on the timestamps.
Environment Variables
TTCN3_DIR
The installation directory where the uncompressed binary package of TTCN-3 Test Executor can be
found.
TTCN3_LICENSE_FILE
It shall point to the file (NB:not to its directory) that contains the personalized license key
for the current user or host.
Name
ttcn3_logmerge - TTCN-3 log file merge utility
Options
Available command line switches are:
-ooutfile
Merges all input log files into outfile. If the file outfile exists its contents will be
overwritten. This switch is optional, when omitted merged logs will be printed to standard
output.
-v Prints version and license key information and exits.
See Also
ttcn3_logformat(1), ttcn3_logfilter(1) The UserDocumentationfortheTTCN-3TestExecutor.
Synopsis
ttcn3_logmerge [ -ooutfile ] file.log ...
or
ttcn3_logmerge-v