Changeset 1481ba7 for tools/tracesplit/tracesplit_dir.1
- Timestamp:
- 01/21/10 16:55:17 (12 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:
- 8bc167a
- Parents:
- c2afda6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit_dir.1
r634089d r1481ba7 1 .TH TRACESPLIT "1" "November 2006" "tracesplit(libtrace)" "User Commands"1 .TH TRACESPLITDIR "1" "November 2006" "tracesplit_dir (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracesplit_dir \- split traces into two directions 4 4 .SH SYNOPSIS 5 .B trace merge5 .B tracesplit_dir 6 6 inputuri outputuri_incoming outputuri_outgoing 7 7 .SH DESCRIPTION 8 tracesplit splits one trace into two tracefiles, one for each direction.8 tracesplit_dir splits one trace into two tracefiles, one for each direction. 9 9 10 10 .SH EXAMPLES 11 11 .nf 12 tracesplit erf:/traces/bigtrace.gz erf:in.gz erf:out.gz12 tracesplit_dir erf:/traces/bigtrace.gz erf:in.gz erf:out.gz 13 13 .fi 14 14 … … 19 19 .SH SEE ALSO 20 20 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit(1), 21 tracereport(1), tracertstats(1), tracestats(1), trace dump(1), traceanon(1),22 tracesummary(1) 21 tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), 22 tracesummary(1), tracereplay(1), tracediff(1) 23 23 24 24 .SH AUTHORS
Note: See TracChangeset
for help on using the changeset viewer.