speedtest

大厂网站

隐身守侯 提交于 2020-03-04 10:33:22
# 大厂网站 凹凸实验室 https://aotu.io/index.html # 滚动锚定 https://eqrion.github.io/web-tests/scrolling/anchor-slider.html # 下载 window10 镜像下载 https://www.microsoft.com/zh-cn/software-download/windows10 # 学习计划 微信小程序 https://developers.weixin.qq.com/doc/ 支付宝小程序 https://docs.alipay.com/mini/developer/getting-started flutter https://flutter.dev/ electron https://electronjs.org/ nodejs https://nodejs.org/zh-cn/ # 工具类 apk下载 https://apk-dl.com/ 图片处理 https://www.iloveimg.com/zh-cn winrar https://www.rarlab.com/ emoji https://emojipedia.org/ webp-converter https://webp-converter.com/ 智图 https://zhitu.isux.us/ 在线工具

IP show

这一生的挚爱 提交于 2020-02-23 02:33:38
1. 查看本机公网IP 1.1 curl ifconfig.me 1.2 ipinfo.io 1.3 test-ipv6.com 1.4 more 2. 查看本机IP,host 2.1 hostname 2.2 查看本机IP:ip 2.3 查看无线网连接信息:iw 2.4 实时查看网路连接信息:iftop 2.5 分类查看网络连接信息:ss 3. 测试与外部的连通 3.1 telnet {host} {port} 3.2 nc -vz {host} {port} 3.3 nmap -p {port} {host} 3.4 sudo nping --tcp -p {port} {host} 3.5 wget www.baidu.com 3.6 curl 4. speedtest 5. more 1. 查看本机公网IP 1.1 curl ifconfig.me https://ifconfig.me/ Command Line Interface $ curl ifconfig.me ⇒ 112.20.121.81 $ curl ifconfig.me/ip ⇒ 112.20.121.81 $ curl ifconfig.me/host ⇒ unavailable $ curl ifconfig.me/ua ⇒ Mozilla/5.0 (X11; Linux x86_64)

Fiddler模拟弱网

时光毁灭记忆、已成空白 提交于 2020-01-16 15:47:20
一:为什么要做弱网络测试? 实际的客户现场可能网络不稳定或者网速低,恶劣的网络环境会导致出现一些bug,影响用户体验甚至某些服务不可用。而公司内部的研发环境网络通常比较顺畅,难以复现这种bug。要解决这种问题,就需要制造弱网络的环境进行测试、复现并修复问题。 二:如何模拟恶劣网络环境? 有兴趣的同学可以看这篇博文 https://www.cnblogs.com/jinjiangongzuoshi/p/5272787.html 介绍了3种详细的实现弱网络的手段,本文仅以fiddler为例,其他的做个了解,不具体研究。 三:Fiddler怎样模拟弱网? Fiddler 是一个 HTTP 调试代理,它能够记录所有你电脑和互联网之间的 HTTP 通讯,Fiddler 也可以让你检查所有的 HTTP 通讯,设置断点,以及修改所有的“进出”的数据(指Cookie/HTML/JS/CSS 等文件)。 利用Fiddler来模拟恶劣的网络环境,实现简单,较为直观,缺点是只能支持那些利用HTTP进行通信和交互的服务。 打开fiddler,默认情况下Rules –> Performances –> Simulate Modem Speeds 是未勾选状态,网络正常。当选中此选项(模拟光猫网速)后,网速就会变很慢,打开一个网页要加载很久。这样就实现了弱网络效果。 设置 如果想了解(上传和下载

5个Linux服务器一键综合测试性能和配置脚本工具

回眸只為那壹抹淺笑 提交于 2019-12-26 11:22:09
我们站长在选择云服务器的时候会浏览看到一些主机评测类网站,基本上看到的评测类网站对于商家和服务器的评测信息都包含各种跑分和测评脚本工具出来的数据。我们很多网友还是比较喜欢用这样的脚本进行给服务器跑分测试的。在这篇文章中,老蒋将会整理5个常用的Linux综合测试脚本以及实际的展示效果。但是老蒋需要预先告知的,这些所谓的测试数据其实和实际的使用体验还是有很大差异的。 在前一段时间,老蒋还特意对国内的几款主机商提供的香港服务器进行过测试,从脚本数据上看不出有问题,但是实际建站你会发现看似便宜且性能跑分差不多的服务器,但是做的网站打开页面就有较大的延迟。所以,以后我们在选择服务器的时候,不能单单看服务器配置,还得真实体验速度。 第一、Superbench wget https://raw.githubusercontent.com/oooldking/script/master/superbench.sh chmod +x superbench.sh ./superbench.sh 这个脚本来自Oldking,可以快速的展现当前服务器的配置、IO、SpeedTest内置下载速度。 第二、Bench wget -qO- bench.sh | bash 这个脚本是最早出来的,后来有几个脚本在基础上修改和完善出来的。 第三、ZBench wget -N –no-check-certificate

网速测试

只谈情不闲聊 提交于 2019-12-05 23:13:56
Linux环境系统网速测试: // 准备 # yum -y install git # git clone https://github.com/sivel/speedtest-cli.git // 测试网速 [root@localhost ~]# ./speedtest-cli/speedtest.py Retrieving speedtest.net configuration... Testing from China Mobile Guangdong (39.155.134.147)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by ChinaUnicom-5G (TianJin) [111.65 km]: 9.634 ms Testing download speed................................................................................ Download: 9.72 Mbit/s Testing upload speed...................................................................

Linux命令行测试网速速率

与世无争的帅哥 提交于 2019-12-03 09:48:28
当发现上网速度变慢时,人们通常会先首先测试自己的电脑到网络服务提供商(通常被称为“最后一公里”)的网络连接速度。在可用于测试宽带速度的网站中,Speedtest.net也许是使用最广泛的。 Speedtest.net的工作原理并不复杂:它在你的浏览器中加载JavaScript代码并自动检测离你最近的Speedtest.net服务器,然后向服务器发送HTTP GET and POST请求来测试上行/下行网速。 但在没有图形化桌面时(例如,当你通过命令行远程登陆服务器或使用没有图形界面的操作系统),基于flash、界面友好的Speedtest.net将无法工作。幸运的是,Speedtest.net提供了一个命令行版本——speedtest-cli。下面我将向你演示如何在Linux的命令行中使用speedtest-cli来测试宽带连接速度。 安装speedtest-cli speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。 $ wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py $

speedtest.net api

匿名 (未验证) 提交于 2019-12-03 03:05:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to make a widget to display the user's most recent speed test results. Does speedtest.net have an api I could use? I tried making an ajax request to http://speedtest.net/csv.php?csv=1&ria=0&s=0 but got a cross domain error. I tried an iframe, but that just made it appear in downloads. This is going to be in a Google Chrome extension so I can use the chrome api if necessary. 回答1: speedtest.net is run by Ookla and their Speed Test application . Unfortunately they don't provide any public APIs for speedtest.net which you could use.

My python program executes faster than my java version of the same program. What gives?

匿名 (未验证) 提交于 2019-12-03 03:04:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Update: 2009-05-29 Thanks for all the suggestions and advice. I used your suggestions to make my production code execute 2.5 times faster on average than my best result a couple of days ago. In the end I was able to make the java code the fastest. Lessons: My example code below shows the insertion of primitive ints but the production code is actually storing strings (my bad). When I corrected that the python execution time went from 2.8 seconds to 9.6. So right off the bat, the java was actually faster when storing objects. But it doesn't

带宽-服务器测速(Speedtest)

泄露秘密 提交于 2019-12-02 02:48:35
介绍 Speedtest-cli 是一个基于python开发的脚本程序,利用了speedtest.net的服务来测量出上下行的宽带。Speedtest-cli能根据机房离测速服务器的物理距离来列出测速服务器,或者针对某一服务器进行测速. 具体工作流程 根据ip地址位置到 测试服务器列表 中找到距离最近的服务器,去连接和计算结果 安装 Speedtest-cli 需要Python 2.4-3.4 环境.Centos 自带2.6 版python,所以运行环境不用准备了,直接下载脚本。 Github官网 直接下载,保存文件。 wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py --no-check-certificate ``` #### 使用 python ./speedtest-cli 不用带任何参数,片刻之后就输出类似以下测速结果 ![输入图片说明](https://static.oschina.net/uploads/img/201601/19171144_go9K.jpg "测速结果") python ./speedtest-cli -h 常用用法说明: - --bytes 结果用字节数表示 - --share 生成图片外链 - -

linux中利用speedtest-cli测网速

本小妞迷上赌 提交于 2019-12-01 23:26:51
[root@elegant-snap-3 you-get]# wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --2019-10-22 05:15:00-- https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.196.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.196.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 65018 (63K) [text/plain] Saving to: ‘speedtest.py’ 100%[===============================================================================================