Changeset 7e16db7
- Timestamp:
- 03/31/06 11:15:04 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 4029ce7
- Parents:
- c2f71ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracemerge/tracemerge.1
r18544c8 r7e16db7 1 .TH TRACEMERGE "1" " January2006" "tracemerge (libtrace)" "User Commands"1 .TH TRACEMERGE "1" "March 2006" "tracemerge (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracemerge \- Merge one (or more) traces together 4 4 .SH SYNOPSIS 5 5 .B tracemerge 6 [ \-i | \-\^\-set-interface ] 7 [ \-u | \-\^\-unique-packets ] 6 8 outputuri inputuri... 7 9 .SH DESCRPTION … … 9 11 10 12 .TP 11 \fB\-i\fR 13 .PD 0 14 .BI \-i 15 .TP 16 .PD 17 .BI \-\^\-set-interface 12 18 replace the "interface" bits in the erf header (or the "direction" bit in 13 19 other trace files) to be 0 for the first file, 1 for the second file etc. 20 21 .TP 22 .PD 0 23 .BI \-u 24 .TP 25 .PD 26 .BI \-\^\-unique-packets 27 Ignore duplicate packets with identical timestamps. 14 28 15 29 .SH SEE ALSO
Note: See TracChangeset
for help on using the changeset viewer.