Query: vk_logmerge
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VK_LOGMERGE(1) General Commands Manual VK_LOGMERGE(1)NAMEvk_logmerge - a Valgrind XML log file mergerSYNOPSISvk_logmerge [flags and input files in any order]DESCRIPTIONvk_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.EXAMPLESvk_logmerge log1.xml -f loglist.fls -o merged.xmlSEE ALSOvalkyrie(1), valgrind(1).AUTHORvk_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)
Related Man Pages |
---|
sabcmd(1) - suse |
git-fmt-merge-msg(1) - linux |
xml2po(1) - centos |
vk_logmerge(1) - debian |
svk::log::filter::xml(3) - osx |
Similar Topics in the Unix Linux Community |
---|
deleting 100k log files quickly |
More complicated log parsing |
Clear log file in use. |
splitting a file (xml) into multiple files |
Need to Split Big XML into multiple xmls |