惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - cleardo

大模型的原理学习(二) 大模型的原理学习(一) 我的测试开发十年之路 命令行安装ipa包 ios设备管理 tomcat远程部署 iOS开发过程中的内存监控 iOS添加图片 iOS交叉编译 iOS日志获取 使用flask开发web应用 Python隔离环境的搭建 Ipa打包并安装到iphone 单元测试的痛点 Graphviz入门 - cleardo Iphone常用工具 iOS越狱后必装软件 构建iOS交叉编译环境 pycurl库使用详解
移动线路的测试方案设计
cleardo · 2015-07-06 · via 博客园 - cleardo

目前公司的网络主要是电信,对于线路出问题的情况只能对电信的线路进行探测,但是对于移动线路并不能很好的进行测试

在这里,我列出几种方案

方案一:

通过在探测脚本中指定host为移动的host,来对指定的地址进行访问,并监测状态

例如:

在访问指定域名A时,我们会使用以下的ip

153.35.184.178

如果我们要对移动的线路来访问,只要在wget命令行中,设置下http-proxy

这里我们指定了http-proxy为112.25.244.48这个移动 ip,就能知道线路状态了

最经济实惠,但是未能模拟真实手机网络

缺点:要对所有的地址添加host来进行访问

方案二:

使用移动的4G网络进行每天自动化访问

* 实现思路:

在手机开发一个客户端,每天定时对指定移动线路url进行探测,并通知结果

* 需求:

需要开发一个app用于进行url探测

需要一台设备每天定时访问

需要一张手机SIM卡

方案三:

使用移动的路由器,通过铁通宽带,来对指定url进行探测,并通知探测结果