Changeset 1569


Ignore:
Timestamp:
04/22/10 17:06:15 (3 years ago)
Author:
salcock
Message:
  • Updated manpage for tracesplit to reflect new compression options
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/tracesplit/tracesplit.1

    r1492 r1569  
    1212[ \fB-m \fRmaxfiles | \fB--maxfiles=\fRmaxfiles] 
    1313[ \fB-S \fRsnaplen | \fB--snaplen=\fRsnaplen] 
     14[ \fB-z \fRlevel | \fB--compress=\fRlevel] 
     15[ \fB-Z \fRmethod | \fB--compress-type=\fRmethod] 
    1416inputuri outputuri ... 
    1517.SH DESCRIPTION 
     
    5052packet. 
    5153 
     54.TP 
     55\fB\-z\fR level 
     56Compress the data using the specified compression level, ranging from 0 to 9.  
     57Higher compression levels tend to result in better compression but require 
     58more processing power to compress. 
     59 
     60.TP 
     61\fB-Z\fR compression-method 
     62Compress the data using the specified compression algorithm. Accepted methods 
     63are "gzip", "bzip2", "lzo" or "none". Default value is none unless a  
     64compression level is specified, in which case gzip will be used. 
     65 
    5266.SH EXAMPLES 
    5367create a 1MB erf trace of port 80 traffic. 
    5468.nf 
    55 tracesplit erf:/traces/bigtrace.gz \-f 'port 80' \-b $[ 1024 * 1024 ]  
    56 erf:/traces/port80.gz  
     69tracesplit \-z 1 -Z gzip \-f 'port 80' \-b $[ 1024 * 1024 ]  
     70erf:/traces/bigtrace.gz erf:/traces/port80.gz  
    5771.fi 
    5872 
Note: See TracChangeset for help on using the changeset viewer.