35 | | * As {{{tracesplit}}} is capable of producing multiple output files, the output URI is used as the base of the output filename. Appended is the packet number, timestamp or byte number of the first packet in the subtrace, depending on what criteria was used to determine the split. For example: |
36 | | {{{ |
37 | | tracesplit -c 100 erf:original.erf.gz erf:split.erf.gz |
38 | | }}} |
39 | | will produces files called split.erf.gz-1, split.erf.gz-101, split.erf.gz-201, etc. |
| 35 | * As {{{tracesplit}}} is capable of producing multiple output files, the output URI is used as the base of the output filename. Appended is timestamp of the first packet in the subtrace. |