4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 3c54095 was
7af80ba,
checked in by Shane Alcock <salcock@…>, 12 years ago
|
- Changed tools that are wrapper-scripts to use sensible default compression options
|
-
Property mode set to
100755
|
File size:
139 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | if [ $# -lt 3 ]; then |
---|
4 | echo usage: $0 inputuri bpffilter outputuri |
---|
5 | exit 1 |
---|
6 | fi |
---|
7 | |
---|
8 | exec tracesplit "$1" -z 1 -Z "gzip" -f "$2" "$3" |
---|
Note: See
TracBrowser
for help on using the repository browser.