Re: how can i use random mac addresses for curl-loader tests? Current test all use a single MAC add
Status: Alpha
Brought to you by:
coroberti
From: Vincent Li <vin...@gm...> - 2015-11-14 00:10:06
|
Hi Malick, I am glad for you to abandon Avalanche :) the your request is unusual. I think the closest thing to achieve what you need is DPDK http://www.dpdk.org/ and MoonGen https://github.com/emmericp/MoonGen . it appears you are doing http/https type of test. you could randomize MAC address and ip address in MoonGen, then "hardcode " http payload in tcp data section. i worked on a project to use DPDK and MoonGen to generate ~7 million packet per second DNS request to test most powerful F5 hardware platform, this is enterprise level of load testing using open source technology don't get me wrong, I used curl-loader and love it :) but for million connections, packet per second level of test, the bottleneck is in the Linux kernel tcp/ip stack that curl-loader runs on. see The Secret to 10 Million Concurrent Connections -The Kernel is the Problem, Not the Solution http://highscalability.com/blog/2013/5/13/the-secret-to-10-million-concurrent-connections-the-kernel-i.html I bought a used $300 dell poweredge R210 and i can achieve 2.5 million http concurrent connections. http://ickernel.blogspot.com/2015/10/25-million-tcphttp-connection-with-mtcp.html Vincent On Thu, Mar 19, 2015 at 4:20 AM, <Mal...@sw...> wrote: > Hi curl-loader devs, > First of all, thank you for your work in creating a Smartbits Avalanche > “replacement” tool. I have found it very helpful and much more affordable > than the Smartbits. > I am currently trying to run some load tests with your tool (to replace our > aging Avalanche), however I am missing one element to make my tests a > success. The gateway that I am testing requires that each client has a > distinct MAC address, and I cannot find any way of adding this to > curl-loader. Any ideas or pointers that you have will be much appreciated. I > have looked at multiple load test tools and curl-loader is the best in the > FOSS space for this particular task that I have, however, I need the MAC > addresses to be different per request. I would really appreciate if you can > confirm whether this is possible, how much coding work would be needed, or > If anyone else has had a similar requirement. Thanks in advance. > Malick SY > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |