4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 08594b8 was
130a0e4,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Added tracestats into the right place in the lt tree
|
-
Property mode set to
100755
|
File size:
478 bytes
|
Rev | Line | |
---|
[130a0e4] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | if [ $# -lt 1 ]; then |
---|
| 4 | echo usage: $0 inputuri... |
---|
| 5 | fi |
---|
| 6 | |
---|
| 7 | exec tracestats --filter 'not ip and not ip6' \ |
---|
| 8 | --filter 'ip6' \ |
---|
| 9 | --filter 'ip' \ |
---|
| 10 | --filter tcp \ |
---|
| 11 | --filter udp \ |
---|
| 12 | --filter icmp \ |
---|
| 13 | --filter 'not (tcp or udp or icmp)' \ |
---|
| 14 | --filter 'tcp and port http or https' \ |
---|
| 15 | --filter 'tcp and port smtp' \ |
---|
| 16 | --filter 'tcp and port pop3 or pop3s' \ |
---|
| 17 | --filter 'tcp and port imap or imaps' \ |
---|
| 18 | --filter 'port domain' \ |
---|
| 19 | --filter 'icmp[icmptype]=icmp-echoreply' \ |
---|
| 20 | $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.