檢視linux下面網絡卡的速度資訊
1. centos機器 安裝的比較全(個人比較懶 沒有使用core最小化安裝, 避免出問題麻煩 公司網路太垃圾)
使用
ifconfig檢視網絡卡的名字
2. 使用
ethtool 檢視網絡卡的資訊
[root@centos76 ~]# ethtool ens192這樣就查到了 到底查到什麼網絡卡上面.settings
forens192:
supported ports: [ tp ]
supported link modes: 1000baset/full
10000baset/full
supported pause frame use: no
supports auto-negotiation: no
supported fec modes: not reported
advertised link modes: not reported
advertised pause frame use: no
advertised auto-negotiation: no
advertised fec modes: not reported
speed: 10000mb
/s
duplex: full
port: twisted pair
phyad:
0transceiver:
internal
auto-negotiation: off
mdi-x: unknown
supports wake-on: uag
wake-on: d
link detected: yes
[root@centos76 ~]#
linux 檢視網絡卡相關資訊
檢視網絡卡速度有兩個命令都可以檢視 mii tool eth0 negotiated 1000baset fd flow control,link ok這表示,eth0網絡卡的速度為1000m,並且是全雙工工作模式,也可以使用 ethtool eth0 settings for eth0 suppo...
檢視網絡卡資訊命令
1,ifconfig 檢視或者配置計算機當前的網絡卡配置資訊 如 ifconfig ifconfig grep inet 更精細 網域名稱 由一串用點分隔的名字組成 如 www.itcast.cn 也就是ip位址的別名,方便使用者記憶 ip位址 通過ip位址找到網路上的計算機 埠號 通過埠號可以找到...
linux檢視網絡卡資訊的幾種方法(命令)
這兩天由於測試需求需需要檢視伺服器上有幾個網絡卡以及每個網絡卡資訊等,因此收集一些檢視這些資訊的方法。一 首先是最簡單明瞭的兩個命令,ifconfig和lspci。1.ifconfig 最常用的配置和檢視網路介面資訊的命令,伺服器上執行此命令會得到類下文的內容,一下內容可看到多個裝置和裝置狀態 資訊...