Changes between Version 1 and Version 2 of TraceSummary
- Timestamp:
- 02/28/07 14:53:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraceSummary
v1 v2 10 10 }}} 11 11 12 === Output === 13 The following filters are applied to the trace: 14 * Not IPv4 or IPv6 15 * IPv6 16 * IPv4 17 * TCP 18 * UDP 19 * ICMP 20 * Not TCP, UDP or ICMP 21 * HTTP and HTTPS 22 * SMTP 23 * POP3 and POP3S 24 * IMAP and IMAPS 25 * Port Domain 26 * ICMP Echo-Reply 27 28 For each filter, a packet and byte count will be displayed along with the overall percentage of packets that matched the filter. 29 12 30 === Notes === 13 31 * Because {{{tracesummary}}} is a wrapper around [TraceStats tracestats], it is subject to the same limitations. See the [TraceStats tracestats] page for more details.