使用Fiddler限制网络速度不起作用 [英] Throttling network speed using Fiddler is not working

查看:478
本文介绍了使用Fiddler限制网络速度不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我面临的问题几乎与以下线程类似:

The problem I am facing is almost similar to the following thread:

尽管有自定义规则,仍无法使用提琴手控制网络带宽?

我想按照中提到的步骤来限制我的网络速度 使用Fiddler模​​拟网络速度

I want to throttle my network speed by following the steps as mentioned in Simulate network speeds using Fiddler

但是即使进行了上述设置,网络速度仍然保持不变.

But even after doing the above settings the network speed still remains the same.

我要提到的是我降低互联网速度的步骤:

I am mentioning the steps I followed to downgrade my internet speed:

  1. 发射小提琴手
  2. 导航到规则"->自定义规则".
  3. 找到以下代码,并在CustomRules.js中相应地更改了值.

  1. Launched Fiddler
  2. Navigated to Rules-> Customize Rules..
  3. Found the below code and changed the value accordingly in CustomRules.js.

if(m_SimulateModem){//每上传一KB延迟发送300ms. oSession ["request-trickle-delay"] ="500"; //每下载KB延迟接收150ms. oSession ["response-trickle-delay"] ="500"; }

if (m_SimulateModem) { // Delay sends by 300ms per KB uploaded. oSession["request-trickle-delay"] = "500"; // Delay receives by 150ms per KB downloaded. oSession["response-trickle-delay"] = "500"; }

通过Ctrl + S保存文件

Saved the file by Ctrl+S

但是使用Speedtest.net测量时,下载和上传速度接近10 MBPS.我尝试关闭浏览器,提琴手等,但无济于事.

But the download and Upload speeds are close to 10 MBPS when measured using Speedtest.net. I tried closing the browser, fiddler etc but nothing helped.

你能告诉我我是否想念东西吗?

Can you please tell me If I am missing something?

在完成上述第4步中的文件后,还有另外一件事,当我导航到安装文件夹中的文件CustomRule.js(C:\ Program Files(x86)\ Fiddler2 \ Scripts)时,它仍然显示旧值:如下所述:

Also one more thing after saving the file in Step 4 above, when I navigated to the file CustomRule.js in the installation folder (C:\Program Files (x86)\Fiddler2\Scripts) it still showed the old values as mentioned below:

if (m_SimulateModem) {
// Delay sends by 300ms per KB uploaded.
oSession["request-trickle-delay"] = "300"; 
// Delay receives by 150ms per KB downloaded.
oSession["response-trickle-delay"] = "150"; 
}

如果我以错误的方式进行操作,请引导我,如果不需要提供更多信息,请告诉我.

Please guide me if I am doing this in a wrong way, let me know if I need t provide any more info.

谢谢!

Namit

推荐答案

您可以使用其他资源,例如 speedof.me 测量通过Fiddler的连接速度.

You can use other resources like speedof.me to measure speed of connection through Fiddler.

这篇关于使用Fiddler限制网络速度不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆