Changes between Version 4 and Version 5 of TraceSplit
- Timestamp:
- 01/25/11 14:01:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraceSplit
v4 v5 1 {{{tracesplit}}} will split a singletrace into a number of smaller tracefiles.1 {{{tracesplit}}} will split a trace into a number of smaller tracefiles. 2 2 3 3 === Usage === … … 14 14 [ -z level | --compress-level=level ] 15 15 [ -Z method | --compress-type=method ] 16 inputuri outputuri16 inputuri [inputuri ...] outputuri 17 17 }}} 18 18 … … 52 52 === Notes === 53 53 * If {{{tracesplit}}} produces multiple output files, the output URI is used as the base of the output filename. Appended is the timestamp of the first packet in the subtrace. 54 * Multiple input traces may be specified on the command line - each is read in turn and split accordingly. This is helpful for applying a filter to an entire traceset, for example.