当前位置:网站首页>【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.选择弱网模式
参考文章
边栏推荐
猜你喜欢
Collection tool class
STM32单片机OLED俄罗斯方块单片机小游戏
测一测异性的你长什么样?
21天挑战杯MySQL-Day05
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)
STM32单片机手机APP蓝牙高亮RGB彩灯控制板任意颜色亮度调光
Deep learning TensorFlow entry environment configuration
栈和队列
pytorch-10. Convolutional Neural Networks (homework)
【图像识别】训练一个最最简单的AI使其识别Vtuber
随机推荐
STM32单片机LORA无线远程火灾报警监控系统DS18B20MQ2火焰检测
51单片机营养液自动配置搅拌系统TDS浓度采集自动加水加营养液
常用类 String概述
51单片机智能远程遥控温控PWM电风扇系统红外遥控温度速度定时关机
Decentralized and p2p networks and traditional communications with centralization at the core
Exploratory Data Analysis EDA
探索性数据分析EDA
Notes for RNN
51单片机RS485远程双机多机温度采集主从机多节点蜂鸣器报警
力扣——情侣牵手
LeetCode 1351.统计有序矩阵中的负数(简单)
Common class BigDecimal
WeChat applet wx.writeBLECharacteristicValue Chinese character to buffer problem
51单片机AD590温度测量ADC0832运放2.73V减法电压变换
LeetCode 100.相同的树(简单)
LeetCode 1351. Counting Negative Numbers in Ordered Matrices (Simple)
LeetCode 100. The same tree (simple)
解决错误 Could not find method leftShift() for arguments
链表API设计
pytorch-11.卷积神经网络(高级篇)