RaspberryPi
Come visualizzare la velocità di collegamento della porta ethernet su Raspberry Pi

Come visualizzare la velocità di collegamento della porta ethernet su Raspberry Pi

Per poter avere informazioni dettagliate sulla nostra scheda di rete dobbiamo installare ethtool con il seguente comando:

sudo apt-get update
sudo apt-get install ethtool

Ora possiamo eseguire quest’app con il seguente comando:

sudo ethtool eth0

(modificate eth0 nel caso non sia il nome della vostra scheda di rete)

E si otterrà un risultato come questo:

Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: d
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes

Come si può notare, ci sono tutti i dettagli del nostro cavo di rete collegato alla porta LAN del RaspberryPi.

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *