1 | .TH TRACETOP "1" "March 2009" "tracetop (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracetop \- show top flows |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracetop |
---|
6 | [ \fB-f \fRbpf | \fB--filter=\fRbpf] |
---|
7 | [ \fB-s \fRsnaplen | \fB--snaplen=\fRsnaplen] |
---|
8 | [ \fB-p \fRpromisc | \fB--promisc=\fRpromisc] |
---|
9 | [ \fB--bits-per-sec ] |
---|
10 | [ \fB--percent ] |
---|
11 | [ \fB--wide | -w ] |
---|
12 | [ \fB-i \fRinterval | \fB--interval=\fRinterval] |
---|
13 | [ \fB-h \fR| \fB--help\fR] |
---|
14 | [ \fB-H \fR| \fB--libtrace-help\fR] |
---|
15 | inputuri ... |
---|
16 | .SH DESCRIPTION |
---|
17 | tracetop shows the top 'n' flows every second |
---|
18 | .TP |
---|
19 | \fB\-f\fR bpf filter |
---|
20 | Count only packets that match tcpdump style bpf filter |
---|
21 | |
---|
22 | .TP |
---|
23 | \fB\-i\fR interval |
---|
24 | Wait interval seconds between updates. (default 2). |
---|
25 | |
---|
26 | .TP |
---|
27 | \fB\-\-wide |
---|
28 | Expand the display to be able to fit IPv6 addresses. Use this to ensure the |
---|
29 | formatting lines up in the presence of IPv6 traffic. |
---|
30 | |
---|
31 | .TP |
---|
32 | \fB\-\-percent\fR |
---|
33 | Display flow bytes and packets as a percentage of total traffic |
---|
34 | |
---|
35 | .TP |
---|
36 | \fB\-\-bits\-per\-second\fR |
---|
37 | Display flow bandwidth as the number of bits per second. |
---|
38 | |
---|
39 | .SH LINKS |
---|
40 | More details about tracetop (and libtrace) can be found at |
---|
41 | http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation |
---|
42 | |
---|
43 | .SH SEE ALSO |
---|
44 | libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), |
---|
45 | tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), |
---|
46 | tracesummary(1), tracereplay(1), tracediff(1), traceends(1), tracetopends(1) |
---|
47 | |
---|
48 | .SH AUTHORS |
---|
49 | Perry Lorier <perry@cs.waikato.ac.nz> |
---|