Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 9196  / 2 Years ago, wed, march 9, 2022, 3:41:05

I would like to know how do I obtain the max bandwidth of my network adapter?



I can read it when I open my Network settings panel (eg, Wired Connected - 100Mb/s), but I would to obtain this value diagrammatically. Wireless is not needed.



Thanks in advance,



Pedro


More From » networking

 Answers
6

Use ethtool. ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices.



To install ethtool in ubuntu, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.



sudo apt-get install ethtool


If you want to find what type of network card is used, its speed, on which IRQ it is listed, and the chip type used, you use the following command :



dmesg |grep eth0


But keep this in mind:




  • Cat 6 cable should squeeze more speed out of your connection

  • Cable length - Keep it as short as possible

  • Your best speed results will be between 2 computers. Internet usage
    speeds will be lower in most cases.

  • Make sure jumbo frames are set in network properties for your network
    adapter.

  • Hard Disk speed can bottleneck your transfers


[#36423] Thursday, March 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utschang

Total Points: 357
Total Questions: 120
Total Answers: 119

Location: Croatia
Member since Sat, May 2, 2020
4 Years ago
utschang questions
Mon, Aug 30, 21, 14:09, 3 Years ago
Tue, May 17, 22, 20:44, 2 Years ago
Sun, Jul 11, 21, 23:54, 3 Years ago
Tue, Sep 7, 21, 04:23, 3 Years ago
;