TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Simulating a Slow Internet Connection

29 点作者 GeneralMaximus将近 12 年前

5 条评论

Terretta将近 12 年前
If you&#x27;re on a Mac, try the Network Link Conditioner from the Hardware IO tools downloads in Apple Dev portal.<p><a href="http://www.neglectedpotential.com/2012/05/slow-your-apps-roll/" rel="nofollow">http:&#x2F;&#x2F;www.neglectedpotential.com&#x2F;2012&#x2F;05&#x2F;slow-your-apps-rol...</a><p>PS. The sleep trick is helpful, but in addition to latency, you ideally want to experience packet loss and other weirdness.
评论 #6059213 未加载
评论 #6059291 未加载
评论 #6059055 未加载
idunno246将近 12 年前
Can&#x27;t recommend <a href="http://www.charlesproxy.com/" rel="nofollow">http:&#x2F;&#x2F;www.charlesproxy.com&#x2F;</a> enough for any web development. One of a long list of features is throttling.
binarycrusader将近 12 年前
On Solaris, its trivial to simulate lower bandwidths using VNICs:<p><a href="https://blogs.oracle.com/JeffV/entry/virtual_network_part_4" rel="nofollow">https:&#x2F;&#x2F;blogs.oracle.com&#x2F;JeffV&#x2F;entry&#x2F;virtual_network_part_4</a><p>Or, alternatively, using flowadm:<p><a href="http://docs.oracle.com/cd/E19963-01/html/821-1458/gfkci.html" rel="nofollow">http:&#x2F;&#x2F;docs.oracle.com&#x2F;cd&#x2F;E19963-01&#x2F;html&#x2F;821-1458&#x2F;gfkci.html</a><p>If you want to simulate latency, that&#x27;s a little harder, but can be done using hxbt:<p><a href="http://www.c0t0d0s0.org/archives/6625-Less-known-Solaris-features-hxbt-or-WAN-emulation.html" rel="nofollow">http:&#x2F;&#x2F;www.c0t0d0s0.org&#x2F;archives&#x2F;6625-Less-known-Solaris-fea...</a><p><a href="http://web.archive.org/web/20130517125147/http://hub.opensolaris.org/bin/download/Community+Group+networking/WebHome/hxbt.tar.gz" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20130517125147&#x2F;http:&#x2F;&#x2F;hub.opensol...</a>
marquis将近 12 年前
Another good method: <a href="http://daniel.haxx.se/blog/2010/12/14/add-latency-to-localhost/" rel="nofollow">http:&#x2F;&#x2F;daniel.haxx.se&#x2F;blog&#x2F;2010&#x2F;12&#x2F;14&#x2F;add-latency-to-localho...</a>
BWStearns将近 12 年前
Connect to your service via Tor :)
评论 #6059498 未加载