Changeset 67825b2 for tools/tracestats
- Timestamp:
- 11/07/06 16:40:26 (14 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:
- 7e94aee
- Parents:
- 1369834
- Location:
- tools/tracestats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracestats/tracestats.1
r130a0e4 r67825b2 7 7 .SH DESCRPTION 8 8 tracestats reads one or more traces and outputs summaries for each trace of 9 how many packets/bytes match each bpf filter, as well as totals 9 how many packets/bytes match each bpf filter, as well as totals. If instead 10 of doing this for the entire trace, but to do it for portions then use 11 tracertstats(1) instead. 10 12 .TP 11 13 .PD 0 … … 31 33 32 34 .SH SEE ALSO 33 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1) 35 libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit(1), 36 tracesplit_dir(1), tracereport(1), tracertstats(1), tracedump(1), traceanon(1), 37 tracesummary(1) 38 34 39 .SH AUTHORS 35 40 Perry Lorier <perry@cs.waikato.ac.nz> -
tools/tracestats/tracesummary.1
r130a0e4 r67825b2 11 11 12 12 .SH SEE ALSO 13 libtrace(3), tracemerge(1), tracesplit(1), tracefilter(1), tracestats(1) 13 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 14 tracestats(1), tracereport(1), tracertstats(1), tracedump(1), traceanon(1), 15 14 16 .SH AUTHORS 15 17 Perry Lorier <perry@cs.waikato.ac.nz>
Note: See TracChangeset
for help on using the changeset viewer.