4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since a7282fb was
67825b2,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Update all the man pages to make sure they refer to each other (and fix
any other typo's found along the way). This makes it easier to discover
new libtrace tools
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[130a0e4] | 1 | .TH TRACESTATS "1" "October 2005" "tracestats (libtrace)" "User Commands" |
---|
| 2 | .SH NAME |
---|
| 3 | tracestats \- perform simple analysis on a trace |
---|
| 4 | .SH SYNOPSIS |
---|
| 5 | .B tracestats |
---|
| 6 | [ -f | --filter bpf ]... inputuri... |
---|
| 7 | .SH DESCRPTION |
---|
| 8 | tracestats reads one or more traces and outputs summaries for each trace of |
---|
[67825b2] | 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. |
---|
[130a0e4] | 12 | .TP |
---|
| 13 | .PD 0 |
---|
| 14 | .BI \-f " bpf-filter" |
---|
| 15 | .TP |
---|
| 16 | .PD |
---|
| 17 | .BI \-\^\-filter " bpf-filter" |
---|
| 18 | Add another bpf filter |
---|
| 19 | |
---|
| 20 | .SH EXAMPLES |
---|
| 21 | .nf |
---|
| 22 | tracestats \-\^\-filter 'host sundown' \\ |
---|
| 23 | \-\^\-filter 'port http' \\ |
---|
| 24 | \-\^\-filter 'port ftp or ftp-data' \\ |
---|
| 25 | \-\^\-filter 'port smtp' \\ |
---|
| 26 | \-\^\-filter 'tcp[tcpflags] & tcp-syn!=0' \\ |
---|
| 27 | \-\^\-filter 'not ip' \\ |
---|
| 28 | \-\^\-filter 'ether[0] & 1 == 1' \\ |
---|
| 29 | \-\^\-filter 'icmp[icmptype] == icmp-unreach' \\ |
---|
| 30 | erf:/traces/trace1.gz \\ |
---|
| 31 | erf:/traces/trace2.gz \\ |
---|
| 32 | .fi |
---|
| 33 | |
---|
| 34 | .SH SEE ALSO |
---|
[67825b2] | 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 | |
---|
[130a0e4] | 39 | .SH AUTHORS |
---|
| 40 | Perry Lorier <perry@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.