首页
关于
Search
1
cloudpowerall香港cn2gia VPS评测:1 C-0.5G-20gSSD-5M不限流量
92 阅读
2
Hosthatch VPS促销:2C-8G-20GSSD-2TB-30刀年付(适合做站)
91 阅读
3
PIGYUN 14.4元GIA测评
79 阅读
4
Servarica特价存储VPS大盘鸡评测:2C-2G-2T-100Mbps无限-48刀年付
76 阅读
5
评测脚本之Yabs.sh
75 阅读
评测学堂
服务器评测
VPS评测
免费资源
CDN技术
登录
/
注册
Search
标签搜索
bench
speedtest
vps
script
ping
cdn
seo
cn2gia
google
superbench
unixbench
memtester
yabs
uping
superspeed
servarica
大盘鸡
cloudpowerall
香港
促销
Betanet
累计撰写
31
篇文章
累计收到
1
条评论
首页
栏目
评测学堂
服务器评测
VPS评测
免费资源
CDN技术
页面
关于
搜索到
5
篇与
的结果
2021-03-25
评测脚本之网络速率检测speedtest-x
来源于BadApple9大佬,基于Speedtest-x开发的脚本。LibreSpeed 想必是大家用的最广泛的一款网页测速工具,经常有MJJ到论坛来发出自己服务器的测速网页让小伙伴测速,小伙伴会把自己网络的测速结果回帖告知楼主。speedtest-x 程序用于简化以上过程,程序会将各地用户的测速结果记录下来,并提供面板供网站主查看与排序,来评算出全国各地的速度最优运营商。这是 LibreSpeed 的延伸项目,基于其自身做了结果上报扩展。(LibreSpeed 也有自己的一套 PHP 结果上报程序,但需要依赖 MySQL 而且配置过程和界面并不友好),speedtest-x 做到了开箱即用。扩展细节用户测速会上传测速记录并保存至网站服务器不依赖 MySQL,使用文件数据库IP 库改用 ip.sb,运营商记录更为精确用户的测速IP会默认掩去 d 段,一定程度上保障测速者隐私使用1、下载本程序并解压到网站目录,访问 {你的网站地址}/index.html 进行测速2、打开 {你的网站地址}/results.html 查看测速记录Tips:backend/config.php 中可定义一些自定义配置: MAX_LOG_COUNT = 100:最大可保存多少条测速记录 IP_SERVICE = 'ip.sb':使用的 IP 运营商解析服务(ip.sb 或 ipinfo.io) SAME_IP_MULTI_LOGS = false:是否允许同一IP记录多条测速结果 PS:修改 backend/config.php 中的 MAX_LOG_COUNT 可定义最大可保存多少条测速记录开源地址:https://github.com/BadApple9/speedtest-x
2021年03月25日
45 阅读
0 评论
0 点赞
2021-03-25
评测脚本之测速脚本speedtest go
GITHUB作者原项目:https://github.com/BigMangos/speedtest-go-script使用方法环境要求支持的操作系统:CentOS 7-8、Debian 8-10、Ubuntu 16-18操作系统要求64位安装bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh) 演示:
2021年03月25日
39 阅读
0 评论
0 点赞
2021-03-25
评测脚本之网络测速speedtest-py
SpeedtestSpeedtest测试网络上传/下载速度还是挺不错的,windows下非常方便。Linux下也可以很方便的使用命令行speedtest来测试。speedtest是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest很简单——只需要下载其Python脚本文件。安装wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py chmod a+rx speedtest.py mv speedtest.py /usr/local/bin/speedtest chown root:root /usr/local/bin/speedtest 使用speedtest 演示root@pr2:~# wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py --2021-03-25 05:03:05-- https://raw.github.com/sivel/speedtest-cli/master/speedtest.py Resolving raw.github.com (raw.github.com)... 185.199.111.133, 185.199.108.133, 185.199.110.133, ... Connecting to raw.github.com (raw.github.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py [following] --2021-03-25 05:03:06-- https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 65018 (63K) [text/plain] Saving to: ‘speedtest.py’ speedtest.py 100%[================================================================================>] 63.49K --.-KB/s in 0.002s 2021-03-25 05:03:06 (31.0 MB/s) - ‘speedtest.py’ saved [65018/65018] root@pr2:~# chmod a+rx speedtest.py root@pr2:~# mv speedtest.py /usr/local/bin/speedtest root@pr2:~# chown root:root /usr/local/bin/speedtest root@pr2:~# speedtest Retrieving speedtest.net configuration... Testing from QuadraNet (192.161.51.250)... Retrieving speedtest.net server list... Selecting best server based on ping... Hosted by Windstream (Los Angeles, CA) [0.31 km]: 1.736 ms Testing download speed................................................................................ Download: 602.31 Mbit/s Testing upload speed................................................................................................ Upload: 117.26 Mbit/s
2021年03月25日
66 阅读
0 评论
0 点赞
2021-03-25
评测脚本之网络速率检测Speedtest-Cli
Speedtest-Cli国外大佬Sivel作品特点测试网络上传/下载速率的一款工具Python2.4至3.4版本下均可运行使用#下载 wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py #添加权限 chmod a+rx speedtest.py #执行 python speedtest.py 如果是64位系统则直接besttrace替换besttrace32演示
2021年03月25日
33 阅读
0 评论
0 点赞
2021-03-02
评测脚本之测速脚本Superspeed
Superspeed.sh老鬼大佬的Superspeed测试脚本特点一键全面测速功能测试服务器到全国北方南方,电信,联通,移动的速度使用bash <(curl -Lso- https://git.io/superspeed) 演示root@pr2:~# bash <(curl -Lso- https://git.io/superspeed) 正在安装 Speedtest-cli ———————————————————SuperSpeed 全面测速版—————————————————— bash <(curl -Lso- https://git.io/superspeed) 全部节点列表: https://git.io/superspeedList 节点更新: 2020/04/09 | 脚本更新: 2020/04/09 —————————————————————————————————————————————————————————— 测速类型: 1. 三网测速 2. 取消测速 3. 电信节点 4. 联通节点 5. 移动节点 请输入数字选择测速类型: 1 —————————————————————————————————————————————————————————— ID 测速服务器信息 上传/Mbps 下载/Mbps 延迟/ms 3633 电信|上海 ↑ 281.37 ↓ 305.76 129.96 24012 电信|内蒙古呼和浩特 ↑ 178.45 ↓ 199.87 171.85 17145 电信|安徽合肥5G ↑ 268.44 ↓ 51.09 136.33 27594 电信|广东广州5G ↑ 296.68 ↓ 318.20 157.16 27575 电信|新疆乌鲁木齐 ↑ 303.94 ↓ 341.94 212.15 5396 电信|江苏苏州5G ↑ 125.25 ↓ 153.74 132.13 23844 电信|湖北武汉 ↑ 255.23 ↓ 242.02 172.83 29353 电信|湖北武汉5G ↑ 260.91 ↓ 244.69 169.40 28225 电信|湖南长沙5G ↑ 602.39 ↓ 17.36 166.91 3973 电信|甘肃兰州 ↑ 427.47 ↓ 196.49 181.51 24447 联通|上海5G ↑ 181.02 ↓ 58.11 171.22 5145 联通|北京 ↑ 321.81 ↓ 277.52 148.06 27154 联通|天津5G ↑ 442.06 ↓ 23.16 145.62
2021年03月02日
47 阅读
0 评论
1 点赞