ubuntu 檢視網絡卡速度

2021-09-06 05:56:29 字數 956 閱讀 7518

link:

「mii-tool

mii-tool(這是linux下專門設定網絡卡工作模式的命令)

1. 檢視網絡卡的工作模式,輸入命令:

#mii-tool -v

eth0: negotiated 100basetx-fd, link ok

product info: vendor 00:aa:00, model 56 rev 0

basic mode: autonegotiation enabled

basic status: autonegotiation complete, link ok

capabilities: 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd

advertising: 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd flow-control

link partner: 100basetx-fd 100basetx-hd 10baset-fd 10baset-hd

從以上資訊中可以看出,這塊網絡卡工作在100m全雙工自適應模式下,「100basetx-fd」意為100m full duplex。

2. 更改網絡卡的工作模式,輸入命令:

#mii-tool -f media [inte***ce]

media可選的模式有100basetx-fd、100basetx-hd、10baset-fd、10baset-hd等。 inte***ce代表所選擇的網絡卡,如eth0、eth1等,預設為eth0。

例如,設定網絡卡工作在10m半雙工模式下,輸入命令:

#mii-tool -f 10baset-hd eth0

3. 恢復網絡卡的自適應工作模式,輸入命令:

#mii-tool -r eth0

更詳細的使用方法可以用mii-tool -h來獲得。

linux檢視網絡卡速度和模式調整

root c02b03 ethtool eth0 settings for eth0 supported ports fibre supported link modes 1000baset full supports auto negotiation yes advertised link mod...

linux下如何檢視設定網絡卡速度 ethtool

使用核心自帶的工具ethtool可以檢視和設定網絡卡的網速 ethtool ethx 查詢ethx網口基本設定 ethtool h 顯示ethtool的命令幫助 help ethtool i ethx 查詢ethx網口的相關資訊 ethtool d ethx 查詢ethx網口註冊性資訊 ethtoo...

檢視網絡卡流量

iptraf 是乙個網路監控工具 功能比 nload 更強大,可以監控所有的流量 ip流量 按協議分的流量 還可以設定過濾器等 對監控網路來說 這個更適合也更強大 但在總的流量顯示上,沒 nload 直觀和方便 在命令列直接輸入 iptraf,進入乙個文字圖形介面,如下 隨便按乙個鍵,進入下乙個介面...