一、使用命令行查看
1、使用命令行
ifconfig
2、查找網卡名稱,通常是以「eth」開頭的
eth0 Link encap:Ethernet inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::21e:ecff:fe22:1b99/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:14338 errors:0 dropped:0 overruns:0 frame:0 TX packets:10946 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4619462 (4.6 MB) TX bytes:936693 (936.6 KB) Interrupt:16 Memory:fbe00000-fbe20000
這裡我們以「eth0」為例。
3、查看網卡速度信息(「Speed」字段)
ethtool eth0
如果你看到「Speed: 100Mb/s」,則說明是百兆網卡;如果看到「Speed: 1000Mb/s」則說明是千兆網卡。
二、使用圖形界面查看
1、打開「系統設置」,進入「網絡」選項
2、選擇「有線連接」
3、查看「速度」信息
如果速度顯示為「100Mb/s」,說明是百兆網卡;如果是「1000Mb/s」,則說明是千兆網卡。
三、使用第三方軟件查看
1、安裝ethtool命令
sudo apt-get install ethtool
2、運行ethtool-gtk
這是ethtool的圖形化界面,可以更方便地查看網卡的速度信息。
四、使用網站在線查看
1、訪問Speedtest網站(https://www.speedtest.net/)
2、點擊「GO」按鈕進行測試
測試完成後,你可以看到自己實際的上下行網速。如果測出的上傳和下載速度都在100MBps以上,則說明你的網卡是千兆網卡。如果速度低於這個數值,則說明你的網卡是百兆網卡。
原創文章,作者:小藍,如若轉載,請註明出處:https://www.506064.com/zh-hk/n/200093.html