在Ubuntu上安装speedtest测试

旺达泥网6年前网络技术7299

这个方法适合Ubuntu,代码如下:

apt-get update


apt-get install python-pip


pip install speedtest-cli


pip install speedtest-cli –-upgrade(可跳过)


speedtest-cli





想要结果精准到bits:


speedtest-cli --bytes


想分享或者保存结果:


speedtest-cli --share


只测试ping、上传、下载


speedtest-cli --simple


测试距离:


speedtest-cli --list


查看当前版本:


speedtest-cli --version


查看帮助命令


speedtest-cli --help


相关文章

pycharm首次使用配置

一:主题更换File  ->  Settings  ->  Editor  ->  Color Scheme二:代码补全但...

火狐浏览器Firefox如何实时刷新缓存

狐浏览器地址栏输入:about:config1.找到browser.cache.check_doc_frequency选项,双击将3改成12.找到browser.cache.disk.enable 把...

小米路由器3刷华硕固件_潘多拉盒子pandorabox

小米路由器3刷华硕固件_潘多拉盒子pandorabox

        我的小米路由器3真是不给力,经常性的断网、掉线、连不上WiFi等情况,通过搜索,决定尝试刷华硕固件潘多拉...

查看Linux VPN用户信息

查看Linux VPN用户信息

以root用户进入,输入“vpnuser”后会出现如下信息,Usage:/usr/bin/vpnuser add <username> <passwd> or/usr/bin/...

使用VMware创建安装Linux系统(Ubuntu优麒麟)

使用VMware创建安装Linux系统(Ubuntu优麒麟)

前言:新手学习linux的话在VMware虚拟机上创建比较好点儿,易上手,下面我来把安装Ubuntu优麒麟的过程写了下来。按图片步骤走就行了,有特别注意的话本人会再图片下面注明的。↑↑↑↑↑下一步↑↑...

MySQL语句-查询最后一条/几条数据

MySQL语句-查询最后一条/几条数据

如图,自己打字吧或者点我下载文本版...