[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: network benchmark in lua?
- From: Valerio Schiavoni <valerio.schiavoni@...>
- Date: Tue, 14 Feb 2012 13:54:02 +0100
Hello,
i was wondering if it is already available a pure-lua solution to
perform simple network benchmarking.
In particular, something in the spirit of the well-known iperf tool
(http://iperf.sourceforge.net/) , to test the bandwidith between two
machines over tcp or udp.
I did a simpler version of such tool for tcp only, but it's coupled
with an external tool, whereas an implementation that depends only on
LuaSocket
would be advisable.
So, before I reinvent the wheel...
Thanks,
Valerio