4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 5ad7ad0 was
3aed3ed,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Add trace convert
|
-
Property mode set to
100644
|
File size:
898 bytes
|
Line | |
---|
1 | .TH TRACESPLIT "1" "October 2005" "tracesplit (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracesplit \- split traces |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracemerge |
---|
6 | inputuri outputuri ... |
---|
7 | .SH DESCRPTION |
---|
8 | tracesplit splits one trace into multiple tracefiles |
---|
9 | .TP |
---|
10 | \fB\-f\fR bpf filter |
---|
11 | output only packets that match tcpdump style bpf filter |
---|
12 | |
---|
13 | .TP |
---|
14 | \fB\-c\fR count |
---|
15 | output count packets per output file |
---|
16 | |
---|
17 | .TP |
---|
18 | \fB\-b\fR bytes |
---|
19 | output bytes bytes per file |
---|
20 | |
---|
21 | .TP |
---|
22 | \fB\-i\fR seconds |
---|
23 | start a new tracefile after "seconds" seconds |
---|
24 | |
---|
25 | .TP |
---|
26 | \fB\-s\fR unixtime |
---|
27 | don't output any packets before unixtime |
---|
28 | |
---|
29 | .TP |
---|
30 | \fB\-e\fR unixtime |
---|
31 | don't output any packets after unixtime |
---|
32 | |
---|
33 | .SH EXAMPLES |
---|
34 | create a 1MB erf trace of port 80 traffic. |
---|
35 | .nf |
---|
36 | tracemerge erf:/traces/bigtrace.gz \-f 'port 80' \-b $[ 1024 * 1024 ] |
---|
37 | erf:/traces/port80.gz |
---|
38 | .fi |
---|
39 | |
---|
40 | .SH SEE ALSO |
---|
41 | libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1) |
---|
42 | .SH AUTHORS |
---|
43 | Perry Lorier <perry@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.