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
相关推荐
范纹杉想快点毕业4 分钟前
嵌入式C语言实战开发详解
linux·运维·算法
天骄t7 分钟前
数据库入门:SQLite实战指南
linux
hanyi_qwe15 分钟前
Docker 镜像的创建 【docker (四)】
运维·docker·容器
张某人的胡思乱想22 分钟前
周末随笔-整理ubuntu环境
linux·运维·ubuntu
翔云 OCR API35 分钟前
智能发票查验接口在财务自动化中的技术实现与应用价值
linux·运维·自动化
硬核子牙41 分钟前
送别2025,喜迎2026
linux
盛世宏博北京1 小时前
从服务器机房到 IDC 集群:网口温湿度变送器的全场景适配监控
运维·服务器
RPA机器人就选八爪鱼1 小时前
RPA在银行IT运维领域的应用场景与价值分析
大数据·运维·数据库·人工智能·机器人·rpa
大聪明-PLUS1 小时前
FUSE:如何编写自己的文件系统
linux·嵌入式·arm·smarc
松涛和鸣2 小时前
41、Linux 网络编程并发模型总结(select / epoll / fork / pthread)
linux·服务器·网络·网络协议·tcp/ip·算法