6

完全重复https ://stackoverflow.com/questions/473465/firefox-plugin-to-simulate-slow-internet-connection

如何在 Mac 上模拟慢速互联网连接 (Edge/3g)?有火狐插件吗?

4

6 回答 6

19

在 Mac 或 BSD 上,使用:

sudo ipfw pipe 1 config bw 350kbit/s plr 0.05 delay 500ms
sudo ipfw add pipe 1 dst-port http

并重置为您的初始设置:

sudo ipfw flush
于 2009-10-27T02:38:58.343 回答
17

Apple now have an official developer tool called Network Link Conditioner which simulates different network conditions. It has some more powerful features that alternatives like SpeedLimit and Charlie — for example it can simulate packet loss and DNS delays as well as bandwidth and latency — and it is free.

Network Link Conditioner is provided with Xcode, with is a free download but is also a very large download!

Apple Xcode Network Link Conditioner

Ref: https://apple.stackexchange.com/questions/24066/how-to-simulate-slow-internet-connections-on-the-mac

于 2011-11-09T04:42:57.720 回答
8

SpeedLimit为我解决了问题。

于 2009-10-27T02:41:11.840 回答
4

CharlesFiddler是 HTTP 代理,可以限制您的速度等。您甚至可以告诉您的 iPod 或 iPhone 使用它们,并捕捉所有来来往往的流量。

于 2009-02-27T22:39:53.413 回答
0

当我评估一个软件如何与坏的手机卡连接工作时,我在天线周围包裹了一些锡箔。这听起来很愚蠢,但效果非常好;信号下降到一根柱子,但并未完全消失。

我还尝试将笔记本电脑放在微波炉中,但结果几乎没有那么有效。

于 2009-03-04T17:24:46.467 回答
-1

从来没听说过。如果您想查看加载时的外观,您可以使用 firebug 并在 javascript 中设置断点,或在服务器上设置断点。我总是使用这种技术来查看加载时的外观。

另一种选择是 NetLimiter,我听说它有效,但我自己没有尝试过 http://www.netlimiter.com/

于 2009-02-27T21:53:43.553 回答