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