当前位置:网站首页>【fiddler3】使用fiddler设置弱网模式
【fiddler3】使用fiddler设置弱网模式
2022-08-10 05:35:00 【蓝尼亚】
一、弱网测试思路:
测试要点:移动端测试常见的测试项,主要关注超时时间和超时处理
二、使用fiddler设置弱网模式
1.点击Customize Rules
2.设值弱网模式下得KB值,300ms/1kb,换算下是:1kb/0.3s
模拟网络设置 | 上行(行业标准)bps | 下行(行业标准)bps | 上行 换算成fiddler设置的数据(传输1KB数据耗时 ) | 下行 |
2G | 2.7k | 9.6k | [(1KB*8) bit/2.7kbps]*1000=2962 ms | [(1KB*8)/9.6kbps]*1000=833ms |
3G | 384k | 2.8m | [(1KB*8) bit/(1.8kbps*1000)]=20ms | [8/(2.8*1024)]*1000=2.7ms |
3.选择弱网模式
参考文章
边栏推荐
猜你喜欢
随机推荐
51单片机室内环境甲醛PM2.5光照温度湿度检测及窗帘加湿消毒控制系统
pytorch-05. Implementing linear regression with pytorch
LeetCode 1720.解码异或后的数组(简单)
MySQL中MyISAM为什么比InnoDB查询快
微信小程序-小程序的宿主环境
树结构——2-3树图解
详解 Hough 变换(下)圆形检测
sqlplus displays the previous command and the available backspace key
PyTorch之模型定义
pytorch-08. Load dataset
pytorch-09.多分类问题
.Net Core imports tens of millions of data to Mysql
LeetCode 1720. Decoding XORed Arrays (Simple)
LeetCode 94.二叉树的中序遍历(简单)
基于 .NET Core MVC 的权限管理系统
自定义View的流程总结学习
LeetCode 1894. Find the student number that needs to be supplemented with chalk
tinymce rich text editor
[Difference between el and template]
LeetCode refers to the offer 21. Adjust the order of the array so that the odd numbers are in front of the even numbers (simple)