Unix and Linux Discussions Tagged with multiple files |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
12,948 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,027 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
11,952 |
Shell Programming and Scripting |
|
|
|
6 |
8,771 |
Shell Programming and Scripting |
|
|
|
1 |
18,699 |
Shell Programming and Scripting |
|
|
|
1 |
4,467 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,682 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,289 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,984 |
UNIX for Beginners Questions & Answers |
|
|
|
26 |
121,070 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,438 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,931 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,794 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,130 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,287 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,788 |
Shell Programming and Scripting |
|
|
|
10 |
3,212 |
Shell Programming and Scripting |
|
|
|
8 |
3,492 |
Shell Programming and Scripting |
|
|
|
3 |
5,285 |
Shell Programming and Scripting |
|
|
|
1 |
5,584 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
5,547 |
Shell Programming and Scripting |
|
|
|
3 |
4,459 |
UNIX for Beginners Questions & Answers |
|
|
|
18 |
4,749 |
Shell Programming and Scripting |
|
|
|
1 |
2,118 |
Shell Programming and Scripting |
|
|
|
4 |
3,238 |
Shell Programming and Scripting |
|
|
|
9 |
8,361 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
17,628 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,309 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,454 |
UNIX for Dummies Questions & Answers |
|
|
|
13 |
10,196 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,031 |
UNIX Desktop Questions & Answers |
|
|
|
4 |
1,962 |
Shell Programming and Scripting |
|
|
|
1 |
2,744 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,890 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
59,937 |
Shell Programming and Scripting |
|
|
|
7 |
8,228 |
Shell Programming and Scripting |
|
|
|
5 |
15,955 |
Shell Programming and Scripting |
|
|
|
1 |
5,600 |
Shell Programming and Scripting |
|
|
|
2 |
3,905 |
Shell Programming and Scripting |
|
|
|
8 |
4,400 |
Shell Programming and Scripting |
VK_LOGMERGE(1) General Commands Manual VK_LOGMERGE(1)
NAME
vk_logmerge - a Valgrind XML log file merger
SYNOPSIS
vk_logmerge [flags and input files in any order]
DESCRIPTION
vk_logmerge is a valkyrie(1) helper. Given multiple log files (in xml format) generated by multiple runs on a parallel machine, or multiple
log files generated by sequential runs on a single-processor machine, for the same binary, vk_logmerge merges the log files together, sum-
ming the counts of duplicates, and outputs the result to a single file. As input, vk_logmerge expects the log-files to-be-merged and/or a
file containing the list of log-files to-be-merged, with each entry on a separate line.
Log files can be merged from within valkyrie(1) , or use can invoke vk_logmerge directly.
OPTIONS
-h Show help message
-v Be verbose (more -v's give more)
-t Output plain text (non-xml)
-f <log_list>
Obtain input files from <log_list> file (one per line)
-o <writefile>
File to write output to
At least 1 input file must be given.
If no '-o outfile' is given, writes to standard output.
EXAMPLES
vk_logmerge log1.xml -f loglist.fls -o merged.xml
SEE ALSO
valkyrie(1), valgrind(1).
AUTHOR
vk_logmerge was written by Donna Robinson, Cerion Armour-Brown and others.
This manual page was written by Hai Zaar <haizaar@haizaar.com>, for the Debian project (but may be used by others).
2009-05-02 VK_LOGMERGE(1)