Tools for degrading my network connection? [closed]
Asked Answered
M

10

18

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

I'm only interested in Windows tools.

Mulcahy answered 2/9, 2008 at 9:41 Comment(1)
possible duplicate of Network tools that simulate slow network connectionParkin
M
9

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.

Magnanimous answered 2/9, 2008 at 16:2 Comment(1)
Solution doesn't work with Windows 7Rojo
S
6

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

Safeconduct answered 2/9, 2008 at 10:29 Comment(2)
@JL dummynet now supports WindowsBanksia
dummynet windows-binaries are defunct ... its built against cygwin hence wont even start if you dont have a fully configured cygwin-framework on your machine. Its basically useless.Megganmeggi
N
6

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.

Nena answered 20/10, 2008 at 16:27 Comment(0)
C
3

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

http://www.charlesproxy.com/

Cockrell answered 2/9, 2008 at 9:42 Comment(0)
D
3

How about this tool (network Traffic Generator) ?

Dandelion answered 2/9, 2008 at 9:46 Comment(0)
L
2

Clumsy seems to be a promising new tools for testing with degraded network performance.

Legacy answered 22/11, 2013 at 18:20 Comment(0)
S
0

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.

Safeconduct answered 2/9, 2008 at 15:59 Comment(0)
R
0

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

Royceroyd answered 2/9, 2008 at 16:5 Comment(0)
R
0

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.

Refreshing answered 9/12, 2008 at 19:11 Comment(0)
T
0

If you are trying to do HTTP throttling Charles Web Proxy is absolutely great for this. Please do have a look at it.

Talkathon answered 28/4, 2011 at 8:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.