4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since d4336d5 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
|
Line | |
---|
1 | .TH TRACESPLIT "1" "October 2005" "tracesplit (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracesplit \- split traces |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracesplit |
---|
6 | inputuri outputuri ... |
---|
7 | .SH DESCRIPTION |
---|
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. The output file will be named after |
---|
16 | the basename given in the outputuri with the packet number of the first packet |
---|
17 | in this file. |
---|
18 | |
---|
19 | .TP |
---|
20 | \fB\-b\fR bytes |
---|
21 | output bytes bytes per file |
---|
22 | |
---|
23 | .TP |
---|
24 | \fB\-i\fR seconds |
---|
25 | start a new tracefile after "seconds" seconds |
---|
26 | |
---|
27 | .TP |
---|
28 | \fB\-s\fR unixtime |
---|
29 | don't output any packets before unixtime |
---|
30 | |
---|
31 | .TP |
---|
32 | \fB\-e\fR unixtime |
---|
33 | don't output any packets after unixtime |
---|
34 | |
---|
35 | .SH EXAMPLES |
---|
36 | create a 1MB erf trace of port 80 traffic. |
---|
37 | .nf |
---|
38 | tracemerge erf:/traces/bigtrace.gz \-f 'port 80' \-b $[ 1024 * 1024 ] |
---|
39 | erf:/traces/port80.gz |
---|
40 | .fi |
---|
41 | |
---|
42 | .SH SEE ALSO |
---|
43 | libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), |
---|
44 | tracereport(1), tracertstats(1), tracestats(1), tracedump(1), traceanon(1), |
---|
45 | tracesummary(1) |
---|
46 | |
---|
47 | .SH AUTHORS |
---|
48 | Perry Lorier <perry@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.