speedtest For Ubuntu/Debian

Speedtest CLI: Internet speed test for the command line

复制代码
## If migrating from prior bintray install instructions please first...
# sudo rm /etc/apt/sources.list.d/speedtest.list
# sudo apt-get update
# sudo apt-get remove speedtest
## Other non-official binaries will conflict with Speedtest CLI
# Example how to remove using apt-get
# sudo apt-get remove speedtest-cli
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest



speedtest

   Speedtest by Ookla

[error] Error: [0] Cannot open socket
[error] Error: [0] Timeout occurred in connect.
[error] Error: [0] Timeout occurred in connect.
[error] Error: [0] Timeout occurred in connect.
[error] Error: [0] Timeout occurred in connect.
      Server: China Mobile Zhejiang 5G - Hangzhou (id: 54312)
         ISP: China Unicom
Idle Latency:    32.48 ms   (jitter: 0.64ms, low: 31.68ms, high: 34.23ms)
    Download:    95.49 Mbps (data used: 130.6 MB)                                                   
                134.83 ms   (jitter: 42.56ms, low: 28.28ms, high: 448.81ms)
      Upload:    31.42 Mbps (data used: 51.8 MB)                                                   
                 35.10 ms   (jitter: 23.45ms, low: 25.16ms, high: 833.98ms)
 Packet Loss:     0.0%
  Result URL: https://www.speedtest.net/result/c/52be8d14-d637-470a-9aed-7da59b7cbc97
相关推荐
yzx99101314 分钟前
服务器生成图片
运维·服务器
db_murphy1 小时前
Oracle数据块8KB、OS默认认块管理4KB,是否需调整大小为一致?
linux
liulilittle2 小时前
C++ TAP(基于任务的异步编程模式)
服务器·开发语言·网络·c++·分布式·任务·tap
小阳睡不醒4 小时前
小白成长之路-部署Zabbix7(二)
android·运维
mCell4 小时前
从删库到跑路?这50个Linux命令能保你职业生涯
linux·windows·macos
杰克逊的日记4 小时前
GPU运维常见问题处理
linux·运维·gpu
caolib5 小时前
无需云服务器的内网穿透方案 -- cloudflare tunnel
运维·服务器·内网穿透·tunnel·cloudflared
奇舞精选5 小时前
k8s基本概念初探
运维
誰能久伴不乏5 小时前
Linux系统调用概述与实现:深入浅出的解析
linux·运维·服务器
程序员学习随笔6 小时前
Linux进程深度解析(2):fork/exec写时拷贝性能优化与exit资源回收机制(进程创建和销毁)
linux·运维·服务器