GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TRACEENDS(1) User Commands TRACEENDS(1)

traceends - summarise traffic done by every endpoint observed in a trace

tracetopends [ -f bpf | --filter=bpf] [ -a addrtype | --address=addrtype] [ -H | --help]

inputuri [inputuri ...]

traceends reports the number of bytes and packets sent and received by each endpoint observed in the input trace(s). Usually, you don't want to run this program directly -- see tracetopends instead.

-f bpf filter
output only packets that match tcpdump style bpf filter

-A address type
Specifies how an endpoint should be defined. Suitable options are "mac", "v4" and "v6" which will report endpoint stats for each observed MAC address, IPv4 address and IPv6 address respectively.

Output is written to stdout in columns separated by blank space.

The columns are (in order): * Endpoint address * Time last observed * Packets originating from the endpoint * Bytes originating from the endpoint (IP header onwards) * Payload originating from the endpoint (post transport header) * Packets sent to the endpoint * Bytes sent to the endpoint (IP header onwards) * Payload sent to the endpoint (post transport header)

Get stats for each individual MAC address in a trace:
traceends -a mac erf:trace.erf.gz

More details about traceends (and libtrace) can be found at http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation

libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracesplit_dir(1), tracereport(1), tracertstats(1), tracestats(1), tracepktdump(1), traceanon(1), tracesummary(1), tracereplay(1), tracediff(1), tracetopends(1)

Shane Alcock <salcock@cs.waikato.ac.nz>
September 2011 traceends (libtrace)

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.