Unable to control the network bandwidth using fiddler in spite of custom rules?

倾然丶 夕夏残阳落幕 提交于 2020-01-17 07:09:09

问题


I want to run few performance tests with different n/w speeds and read that fiddler can help in that.

I modified the request-trickle-delay and response-trickle-delay params in the custom rules script file and selected the Simulate Modem Speeds flag.

Nevertheless it does not help in controlling the bandwidth and the download time continues to be the same when I try testing my settings. Even when I set the delay to "5000" it does not show any difference.

I believe I am missing something though am not able to find that out. Any inputs towards this is appreciated.

        oSession["request-trickle-delay"] = "300"; 
    //oSession["request-trickle-delay"] = "5000"; 

        // Delay receives by 150ms per KB downloaded.
        oSession["response-trickle-delay"] = "150"; 
        //oSession["response-trickle-delay"] = "5000"; 

来源:https://stackoverflow.com/questions/20513610/unable-to-control-the-network-bandwidth-using-fiddler-in-spite-of-custom-rules

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