Merge pull request #72 from eadrkir/master
[deliverable/titan.core.git] / repgen / ttcn3_logmerge.1
CommitLineData
970ed795
EL
1.TH ttcn3_logmerge 1 "October 2014" "Ericsson Telecom AB" "TTCN-3 Tools"
2.SH NAME
3ttcn3_logmerge \- TTCN-3 log file merge utility
4.SH SYNOPSIS
5.B ttcn3_logmerge
6.RB "[\| " \-o
7.IR "outfile" " \|]"
8.IR file.log " ..."
9.br
10or
11.br
12.B ttcn3_logmerge
13.B \-v
14.SH DESCRIPTION
15This manual page is a quick reference for the TTCN-3 logmerge utility of
16the TTCN-3 Test Executor. The
17.B ttcn3_logmerge
18utility, which can be found in
19.I $TTCN3_DIR/bin,
20merges all files given in the command argument into a single output file.
21The output of
22.B ttcn3_logmerge
23is sorted based on the timestamps found in the log files.
24.br
25It is useful for test suites that are run in parallel mode. It can merge the
26logs of different PTC into one single file based on the timestamps.
27.SH OPTIONS
28Available command line switches are:
29.TP 10
30.BI \-o " outfile"
31Merges all input log files into
32.IR outfile "."
33If the file outfile exists its contents will be overwritten. This switch is
34optional, when omitted merged logs will be printed to standard output.
35.TP
36.B \-v
37Prints
38.I version
39and license key information and exits.
40.SH ENVIRONMENT VARIABLES
41.TP
42.SM
43TTCN3_DIR
44The installation directory where the uncompressed binary package of
45TTCN-3 Test Executor can be found.
46.TP
47.SM
48TTCN3_LICENSE_FILE
49It shall point to the
50.I file
51.RB ( NB:
52.I not
53to its directory) that contains the personalized license key for the
54current user or host.
55.SH BUGS
56None known at this time
57.LP
58.SH SEE ALSO
59ttcn3_logformat(1), ttcn3_logfilter(1)
60.LP
61The
62.B User Documentation for the TTCN-3
63.B Test Executor.
64.SH AUTHOR
65This manpage is written by Csaba Koppany, Ericsson Telecom AB
66.br
d44e3c4f 67Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
68.br
69All rights reserved. This program and the accompanying materials
70are made available under the terms of the Eclipse Public License v1.0
71which accompanies this distribution, and is available at
72.br
73http://www.eclipse.org/legal/epl-v10.html
This page took 0.041984 seconds and 5 git commands to generate.