1 2 3 4 5 6 7 8 9 10
```sh # Сетевое соединение: hostnamectl ip a cat /sys/class/net/<interface>/speed sudo ethtool <interface> | grep Speed ```