A
A
Andrey Nekhaychik2012-06-20 13:49:14
Software testing
Andrey Nekhaychik, 2012-06-20 13:49:14

Are there utilities to simulate a bad connection?

Prompt the utility for imitation of bad connection. I would like to check the web application for such things:
* Packet loss
* Broken packets
* Lost connection

Optional:
* Simulation of overloaded WiFi
* Simulation of low speed

Answer the question

In order to leave comments, you need to log in

10 answer(s)
N
Nicholas, 2012-06-20
@pnick

uTorrent and big movie when allowing full channel download. Great tool, I use it all the time.

D
Dmitry Tallmange, 2012-06-20
@p00h

If you have Linux, then it seems like tc should help

R
rich, 2012-06-20
@rich

habratopic

M
Melkij, 2012-06-20
@melkij

Look at something from this:
habrahabr.ru/post/127274/
habrahabr.ru/post/24931/
habrahabr.ru/post/24046/

Z
zyafa, 2012-06-20
@zyafa

For OS X there is Network Link Conditioner mattgemmell.com/2011/07/25/network-link-conditioner-in-lion/

V
Vampiro, 2012-06-20
@Vampiro

habrahabr.ru/qa/18213/

P
Perkov, 2012-06-20
@Perkov

It is a pity that rfc748 was brought to mind in this way - this is exactly the same case.

T
trueClearThinker, 2012-06-20
@trueClearThinker

On MacOS, ipfw. Lots of different settings. Example:

sudo ipfw pipe 1 config bw 128Kbit/s delay 120ms
sudo ipfw add 1 pipe 1 src-port 80
sudo ipfw add 2 pipe 1 dst-port 80

J
jehord, 2015-04-22
@jehord

It is possible to simulate various internet connections in the chrome debugger.
Also, in addition to chrome, I use the netlimiter 3 tool - in which I set the outgoing and incoming speed myself

R
Ruslan, 2021-01-29
@msHack

An RF generator can (any transmitter) simulate radio frequency interference noise
You can connect the cable cores through capacitors in this way you can simulate a bad or oxidized contact
and see in Wireshark how much is lost

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question