lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwIP and performance tools


From: Tyrel Newton
Subject: Re: [lwip-users] lwIP and performance tools
Date: Tue, 03 May 2011 09:27:23 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

I looked into using iperf with lwIP on my embedded system. The crux of the problem is that iperf needs to be compiled for a POSIX environment. You might get it to successfully wrap around lwIP's socket layer, but you'd probably have to modify the iperf configuration files to target your specific environment.

I did not look at netstat.

Needless to say, this was beyond the scope of what I was looking for. In the end, if you have access to the code for your driver, its a fairly simple matter to modify it so that it collects the statistics for you. The driver usually has to parse out the length of packets anyway, so the information you need is already there.

Tyrel

On 5/3/2011 9:16 AM, MaX wrote:
Hi All,

I have just started to have a look to lwIP and I would like to run some performance test to get an idea of the gain.
Can anyone point me to some docs to compile iperf or netstat with IwIP?

Thanks,
MaX
_______________________________________________ lwip-users mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/lwip-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]