Simulate low speed connection on local network

故事扮演 提交于 2019-12-05 12:10:40
Arseni Mourzenko

Found the answer to my own question about speed: How can I simulate download speed with System.Threading

What about packet loss & connection drop simulation?

I did that with this tool http://bandwidthcontroller.com/purchaseStandard.html

They have a free trial version and a cheap full version.

Just make sure to deinstall it after your tests. Because it chokes your network even when deactivated.

So it is a really crappy tool, except for when you want a slow network.

Fiddler, an HTTP debugging tool, has the option to throttle HTTP requests to emulate 56k speeds. The speed can be adjusted with a little tinkering.

If you have a phone line available, consider using a real modem instead of simulating it. You can just route the address you want to test through the modem and use your regular connection for all the other traffic

kri

Try WANem which is an open source Wide Area Network emulator. You can download the image (iso, knoppix live cd) or VMWare virtual appliances.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!