Changeset bfe8535 for tools/tracesplit
- Timestamp:
- 04/22/10 17:06:15 (12 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:
- 97b5bf4
- Parents:
- 6374f4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.1
r1481ba7 rbfe8535 12 12 [ \fB-m \fRmaxfiles | \fB--maxfiles=\fRmaxfiles] 13 13 [ \fB-S \fRsnaplen | \fB--snaplen=\fRsnaplen] 14 [ \fB-z \fRlevel | \fB--compress=\fRlevel] 15 [ \fB-Z \fRmethod | \fB--compress-type=\fRmethod] 14 16 inputuri outputuri ... 15 17 .SH DESCRIPTION … … 50 52 packet. 51 53 54 .TP 55 \fB\-z\fR level 56 Compress the data using the specified compression level, ranging from 0 to 9. 57 Higher compression levels tend to result in better compression but require 58 more processing power to compress. 59 60 .TP 61 \fB-Z\fR compression-method 62 Compress the data using the specified compression algorithm. Accepted methods 63 are "gzip", "bzip2", "lzo" or "none". Default value is none unless a 64 compression level is specified, in which case gzip will be used. 65 52 66 .SH EXAMPLES 53 67 create a 1MB erf trace of port 80 traffic. 54 68 .nf 55 tracesplit erf:/traces/bigtrace.gz\-f 'port 80' \-b $[ 1024 * 1024 ]56 erf:/traces/ port80.gz69 tracesplit \-z 1 -Z gzip \-f 'port 80' \-b $[ 1024 * 1024 ] 70 erf:/traces/bigtrace.gz erf:/traces/port80.gz 57 71 .fi 58 72
Note: See TracChangeset
for help on using the changeset viewer.