Changeset 1481ba7
- Timestamp:
- 01/21/10 16:55:17 (11 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
- Location:
- tools
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/traceanon.1
r634089d r1481ba7 75 75 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracestats(1), 76 76 tracesummary(1), tracertstats(1), tracesplit(1), tracesplit_dir(1), 77 tracereport(1), trace dump(1)77 tracereport(1), tracepktdump(1), tracediff(1), tracereplay(1) 78 78 79 79 .SH AUTHORS -
tools/tracemerge/tracemerge.1
r37f2a9b r1481ba7 50 50 .SH SEE ALSO 51 51 libtrace(3), tracesplit(1), tracesplit_dir(1), tracefilter(1), 52 traceconvert(1), tracereport(1), tracertstats(1), tracestats(1), tracedump(1), 53 traceanon(1), tracesummary(1) 52 traceconvert(1), tracereport(1), tracertstats(1), tracestats(1), 53 tracepktdump(1), traceanon(1), tracesummary(1), tracereplay(1), 54 tracediff(1) 54 55 55 56 .SH AUTHORS -
tools/tracepktdump/tracepktdump.1
r83f2cbf r1481ba7 1 .TH TRACE DUMP "1" "November 2005" "tracedump (libtrace)" "User Commands"1 .TH TRACEPKTDUMP "1" "November 2005" "tracepktdump (libtrace)" "User Commands" 2 2 .SH NAME 3 trace dump \- output packets in human readable format3 tracepktdump \- output packets in human readable format 4 4 .SH SYNOPSIS 5 .B trace dump5 .B tracepktdump 6 6 [ \fB-f\fR exp | \fB--filter=\fRexp ] 7 7 [ \fB-c\fR num | \fB--count=\fRnum ] … … 9 9 10 10 .SH DESCRPTION 11 trace dump verbosely outputs packets in a human readable form, suitable for11 tracepktdump verbosely outputs packets in a human readable form, suitable for 12 12 diagnosing packets. 13 13 14 trace dump uses the libpacketdump library. There is an examlpe tracedump14 tracepktdump uses the libpacketdump library. There is an example tracepktdump 15 15 program in the examples directory that shows how to use libpacketdump. 16 16 … … 33 33 34 34 .SH LINKS 35 More details about trace dump (and libtrace) can be found at35 More details about tracepktdump (and libtrace) can be found at 36 36 http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation 37 37 38 38 .SH SEE ALSO 39 39 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 40 tracestats(1), tracesummary(1), traceconvert(1), tracereport(1) tracertstats(1),41 trace anon(1)40 tracestats(1), tracesummary(1), traceconvert(1), tracereport(1), 41 tracertstats(1), traceanon(1), tracereplay(1), tracediff(1) 42 42 43 43 .SH AUTHORS -
tools/tracereplay/tracereplay.1
r706cd57 r1481ba7 1 .TH TRACE MERGE"1" "November 2009" "tracereplay (libtrace)" "User Commands"1 .TH TRACEREPLAY "1" "November 2009" "tracereplay (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracereplay \- Replay a trace in trace time from one uri to another … … 27 27 .PD 28 28 .BI \-\^\-snaplength [snaplength] 29 Truncate the packets to the length specified. This isonly makes a difference30 if the inputuri is a capture device. The value should be > 0. Wrong values will 31 be ignored, but a warning will be printed.29 Truncate the packets to the length specified. This only makes a difference 30 if the inputuri is a capture device. The value should be > 0. Inappropriate 31 values will be ignored, but a warning will be printed. 32 32 33 33 .TP … … 40 40 41 41 .SH LINKS 42 More details about trace merge(and libtrace) can be found at42 More details about tracereplay (and libtrace) can be found at 43 43 http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation 44 44 45 45 .SH SEE ALSO 46 libtrace(3), tracesplit(1), tracesplit_dir(1), tracefilter(1), 47 traceconvert(1), tracereport(1), tracertstats(1), tracestats(1), tracedump(1),48 trace anon(1), tracesummary(1)46 libtrace(3), tracesplit(1), tracesplit_dir(1), tracefilter(1), tracemerge(1), 47 traceconvert(1), tracereport(1), tracertstats(1), tracestats(1), 48 tracepktdump(1), traceanon(1), tracesummary(1), tracediff(1) 49 49 50 50 .SH AUTHORS -
tools/tracereport/tracereport.1
r7be3cc4 r1481ba7 1 .TH TRACE MERGE"1" "October 2006" "tracereport (libtrace)" "User Commands"1 .TH TRACEREPORT "1" "October 2006" "tracereport (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracereport \- produce various reports on a trace (or traceset) … … 156 156 .SH SEE ALSO 157 157 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 158 traceconvert(1), tracestats(1), tracertstats(1), tracereport(1), tracedump(1),159 trace anon(1), tracesummary(1)158 traceconvert(1), tracestats(1), tracertstats(1), tracereport(1), 159 tracepktdump(1), traceanon(1), tracesummary(1), tracereplay(1), tracediff(1) 160 160 161 161 .SH AUTHORS -
tools/tracertstats/tracertstats.1
r67e9e2e r1481ba7 1 .TH TRACE STATS "1" "November 2006" "tracestats (libtrace)" "User Commands"1 .TH TRACERTSTATS "1" "November 2006" "tracertstats (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracertstats \- perform simple filter based analysis on a trace … … 100 100 .SH SEE ALSO 101 101 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 102 traceconvert(1), tracereport(1), tracedump(1), traceanon(1), tracesummary(1) 102 traceconvert(1), tracereport(1), tracepktdump(1), traceanon(1), tracesummary(1), 103 traceconvert(1), tracereplay(1), tracediff(1) 103 104 104 105 .SH AUTHORS -
tools/tracesplit/traceconvert.1
r634089d r1481ba7 22 22 .SH SEE ALSO 23 23 libtrace(3), tracemerge(1), tracesplit(1), tracefilter(1), tracesummary(1), 24 tracereport(1), tracesplit_dir(1), tracestats(1), tracertstats(1), tracedump(1),25 trace anon(1), tracesummary(1)24 tracereport(1), tracesplit_dir(1), tracestats(1), tracertstats(1), 25 tracepktdump(1), traceanon(1), tracereplay(1), tracediff(1) 26 26 27 27 .SH AUTHORS -
tools/tracesplit/tracefilter.1
r634089d r1481ba7 1 .TH TRACE CONVERT"1" "October 2005" "tracefilter (libtrace)" "User Commands"1 .TH TRACEFILTER "1" "October 2005" "tracefilter (libtrace)" "User Commands" 2 2 .SH NAME 3 3 tracefilter \- apply a bpf filter to a trace … … 16 16 .SH SEE ALSO 17 17 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), traceconvert(1), 18 tracereport(1), tracestats(1), tracertstats(1), trace dump(1), traceanon(1),19 tracesummary(1) 18 tracereport(1), tracestats(1), tracertstats(1), tracepktdump(1), traceanon(1), 19 tracesummary(1), tracereplay(1), tracediff(1) 20 20 21 21 .SH AUTHORS -
tools/tracesplit/tracesplit.1
r0bfd4a0 r1481ba7 63 63 .SH SEE ALSO 64 64 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), 65 tracereport(1), tracertstats(1), tracestats(1), trace dump(1), traceanon(1),66 tracesummary(1) 65 tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), 66 tracesummary(1), tracereplay(1), tracediff(1) 67 67 68 68 .SH AUTHORS -
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 -
tools/tracestats/tracestats.1
r634089d r1481ba7 38 38 .SH SEE ALSO 39 39 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit(1), 40 tracesplit_dir(1), tracereport(1), tracertstats(1), trace dump(1), traceanon(1),41 trace summary(1)40 tracesplit_dir(1), tracereport(1), tracertstats(1), tracepktdump(1), 41 traceanon(1), tracesummary(1), tracereplay(1), tracediff(1) 42 42 43 43 .SH AUTHORS -
tools/tracestats/tracesummary.1
r634089d r1481ba7 16 16 .SH SEE ALSO 17 17 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 18 tracestats(1), tracereport(1), tracertstats(1), trace dump(1), traceanon(1),19 18 tracestats(1), tracereport(1), tracertstats(1), tracepktdump(1), traceanon(1), 19 traceconvert(1), tracereplay(1), tracediff(1) 20 20 .SH AUTHORS 21 21 Perry Lorier <perry@cs.waikato.ac.nz> -
tools/tracetop/tracetop.1
rbdea38b r1481ba7 37 37 .SH SEE ALSO 38 38 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), 39 tracereport(1), tracertstats(1), tracestats(1), trace dump(1), traceanon(1),40 tracesummary(1) 39 tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), 40 tracesummary(1), tracereplay(1), tracediff(1) 41 41 42 42 .SH AUTHORS
Note: See TracChangeset
for help on using the changeset viewer.