0

I'm building client-server software (some sort of http Rest API)

And there is a throttling module that prevents one IP to do more then N requests/second

I want to do stress testing of the system - so that I can emulate 100-1000 connections from different IP(or MAC) addresses (from hardware I have only boxes in one network)

What tools or scripts can I use for this case ?

4

1 回答 1

0

你当然需要一个流量生成器,尝试使用这个:http ://robert.rsa3.com/traffic.html

于 2013-04-25T07:58:37.943 回答