我是靠谱客的博主 能干哑铃,最近开发中收集的这篇文章主要介绍linux 上传下载测速,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

linux 上传下载测速

文章参考地址:
http://www.weeiy.com/linux-vps-net-u.html

简单实现步骤:
1、安装speedtest-cli

wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest_cli.py

2、使用

./speedtest-cli
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from China Telecom (115.238.155.184)...
Selecting best server based on latency...
Hosted by China Telecom ZheJiang Branch (Hangzhou) [139.35 km]: 5.666 ms
Testing download speed........................................
Download: 58.78 Mbit/s
Testing upload speed..................................................
Upload: 57.31 Mbit/s

–share 参数使用

./speedtest_cli.py --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from China Telecom (115.238.155.184)...
Selecting best server based on latency...
Hosted by China Mobile Group Shanghai Co.,LTD (Shanghai) [147.05 km]: 18.261 ms
Testing download speed........................................
Download: 57.54 Mbit/s
Testing upload speed..................................................
Upload: 54.10 Mbit/s
Share results: http://www.speedtest.net/result/4978668762.png

最后

以上就是能干哑铃为你收集整理的linux 上传下载测速的全部内容,希望文章能够帮你解决linux 上传下载测速所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(32)

评论列表共有 0 条评论

立即
投稿
返回
顶部