一 概述
我们可以借助网络包net-tools查看linux系统的网络带宽。
二 查看过程
1. ifconfig
如果-bash: ifconfig: command not found可以参考下面文章: -bash: ifconfig: command not found_calm_encode的博客-优快云博客
https://blog.youkuaiyun.com/calm_encode/article/details/122994177 2. 通过命令查看带宽
找到服务ip对应网络适配器

执行命令:ethtool eth1

如图所示,可知当前服务器的eth1适配器支持的带宽为1000Mb/s
本文介绍了如何在Linux系统中利用net-tools查看网络带宽。当`ifconfig`命令不可用时,可以参考指定链接解决。通过执行`ethtool`命令,例如`ethtool eth1`,可以得知服务器相应网络接口的带宽信息,例如文中提到的eth1适配器支持1000Mb/s带宽。
https://blog.youkuaiyun.com/xc_zhou/article/details/100670129
8707

被折叠的 条评论
为什么被折叠?



