> > When I try to measure the performance of a network (e.g. max
> > throughput, delay, jitter, loss ratio, etc.). I use ttcp to generate
> > (UDP or TCP) traffic, tcpdump to capture and tcptrace to analyze the
> > captures. Finally, xplot is needed to print graphs generated by
> > tcptrace.
> >
> > What I need is a better framework, a single tool which provide all the
> > functionality.
> Try Ethereal which will provide I believe will provide you all the
> functionality that you are looking for...
>
> www.ethereal.com
Hi again,
Ethereal is a network monitor which performs passive analysis. What I
need is something which include mechanisms to measure the maximum
throughput (so it have to inject packets on the network and ethereal
doesn't).
I've also used mgen or iperf, but yet are necessary supplementary
tools for an exhaustive analysis.
Edu