What to use to simulate tons of connections for hotspot capacity testing?

0

I set up a hotspot using OpenWrt on a TP-Link WR1043-ND (400Mhz CPU, 32MB RAM). It's on a 16/1 mbps line. I'm doing QoS with this script. I'd like to determine how many users can connect at the same time before the router can't handle so many packet flows that it has to give each client less than 1/[client count] of bandwidth.

I tested running ten downloads at once and it works well. I can see in top inside the router that the CPU is at 5% max. SIRQs is however at a very high value but I assume this is because of network activity, not QoS.

However I'd like to see how it performs under normal usage, which means a lot of short HTTP connections.

Is there any tool to simulate normal browsing behaviour like this? What tools are normally used for capacity testing? I'm confortable with both Windows and Linux, by the way.

user218859

Posted 2013-04-22T11:34:53.307

Reputation: 1

Yeah, OpenWRT is a Linux system set up especially for routers, if you mean that. If you mean which OS I'd like to run the testing tools in, it's the same to me, I can use Linux and Windows. – user218859 – 2013-04-22T12:28:57.830

Answers

0

SPRBRN

Posted 2013-04-22T11:34:53.307

Reputation: 5 185