首页 > 系统相关 >ubuntu测网速speedometer

ubuntu测网速speedometer

时间:2023-01-11 15:11:28浏览次数:39  
标签:speedometer 网速 网卡 下载安装 ubuntu 测速

下载安装speedometer

sudo apt-get install speedometer

查询需要测速的网卡

ifconfig

测速

speedometer -rx enp2s0

执行效果图如下:
image

标签:speedometer,网速,网卡,下载安装,ubuntu,测速
From: https://www.cnblogs.com/frank253/p/17043811.html

相关文章

  • ubuntu 路由优先级
    由于在虚拟机里用了三个网络,分别是nat,仅主机,和桥拉nat用于上网,桥接用于连接网络摄像头调试程序,配置了两个网关,但看路由路数,桥接的比nat优先,导致访问不了网络了......
  • Ubuntu下安装 vim
    安装命令sudoaptinstallvimvi和vim区别:1、vim是vi的升级版本,它不仅兼容vi的所有指令,而且还有一些新的特性在里面。vi使用于文本编辑,但是vim更适用于coding。2......
  • Ubuntu安装easyconnect
    使用easyconnect的deb包下载点击图标没反应。通过命令行启动报错/usr/share/sangfor/EasyConnect/EasyConnect[1]    57076 segmentation fault (core dumped) ......
  • ubuntu22.04 arm64进行换源过程中遇到的问题
    1.要使用arm64架构对应的镜像源以中科大镜像源为例https://mirrors.ustc.edu.cn/help/ubuntu-ports.html应使用该文档中提供的镜像仓库的源,而不是一般的对应x86架构的镜......
  • 成功运行Pedestron,在Ubuntu 20.04.1 LTS, CUDA11.1
    condacreate-npedestronpython=3.8-ycondaactivatepedestron注意,必须安装python3.8或更高版本。之后安装pytorch1.10.0pipinstalltorch==1.10.0+cu111torch......
  • ubuntu22.04 myslq初始化配置
    1.装包sudoaptinstallmysql-server-y2.初始化ubuntu22.04默认安装mysql8新建mysql是没有密码的mysql-uroot-p ALTERUSER'root'@'localhost'IDENTI......
  • Ubuntu 2022.04版本安装libsdl2-dev出现E: Error, pkgProblemResolver::Resolve gener
    $sudoapt-getinstalllibsdl2-devReadingpackagelists...DoneBuildingdependencytree...DoneReadingstateinformation...DoneSomepackagescouldnotbe......
  • ubuntu22+xfce4+tigervnc配置
    1 安装xfce4sudoapt installxfce4xfce4-goodiesssh安装什么都不会弹出。2 安装tigervncsudoaptinstalltigervnc-standalone-server3 配置创建&编辑~/.vnc......
  • ubuntu加入k8s1.24.4集群worker节点
    更新阿里云yumcat<<EOF|sudotee/etc/apt/sources.listdebhttp://mirrors.aliyun.com/ubuntu/focalmainrestricteduniversemultiverse#debhttps://mirrors.aliyu......
  • ubuntu离线源制作
    1.离线制作机操作1.1下载软件包及其依赖cd/var/cache/apt/archivesapt-getdownload$(apt-cachedepends--recurse--no-recommends--no-suggests--no-conflict......