vote up 8 vote down star
6

I've written some applications than heavily use network, and I would to test it over a slow network. I'm looking for a tool to simulate this kind of connections.

Edit:

I'm only interested in Windows tools

flag

9 Answers

vote up 4 vote down check

I've used Traffic Shaper XP on my XP dev box at work. It seems to handle any connection (not just HTTP). It wasn't perfect, but worked well enough for the tests I was doing. If you're on Windows maybe it'll do enough for you.

link|flag
Solution doesn't work with Windows 7 – JL Oct 23 at 11:13
vote up 0 vote down

Dummynet is the way to go, especially if you want to simulate complex scenarios such as ADSL connections (asymmetric uplink and downlink), "Slow connection" (long latency), lossy links, etc. As Christian said, you can find some spare old PCs and install FreeBSD. You can also use VMware but I wouldn't recommand that.

link|flag
vote up 2 vote down

Throughput, latency, jitter, and packet loss can all impact user experience. Several software solutions that run on a host (or VM) allow these "levers" to be pulled.

Last time I researched I found a few possibilities:

Wanem

dummyet (link1) dummynet (link2)

nistnet

shunra (link1) shunra (link2)

tmnetsim tmnetsim

Cisco WAN-Bridge (CCO Login Required)

If you want something client based maybe try shunra, and if you want something in the infrastructure wanem is pretty easy since their is a VMWare appliance available.

link|flag
vote up 0 vote down

Fiddler is a(nother) web proxy that can be used to degrade your connection.

link|flag
vote up 0 vote down

You're right. dummynet works only in FreeBSD, it's actually built into the kernel.

What I did when I used it was grab an older PC nobody used anymore and install the FreeBSD distribution.

link|flag
vote up 3 vote down

Try dummynet. You will find lots of resources on the web, including this tutorial.

link|flag
Not for windows! – JL Oct 23 at 11:08
vote up 1 vote down

How about this tool (network Traffic Generator) ?

link|flag
vote up 0 vote down

@Mark

Unfortunately I use "custom" traffic

@Abhinav

That's an interesting I will try it, but this is not exactly what I'm looking for

@Christian

That's exactly what I'm looking for, but it seems to work only on Linux/BSD. Anything similar for Windows users?

@Herms

Thanks, Traffic Sharper XP do what I want, furthermore, that's a freeware!

link|flag
vote up 1 vote down

What kind of network traffic? If it's HTTP this will work for you:

http://www.charlesproxy.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.