User Tools

Site Tools


informatica:linux:comprobar_velocidad_tarjeta_red

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
informatica:linux:comprobar_velocidad_tarjeta_red [2009/03/13 09:39] – borrado 194.179.83.89informatica:linux:comprobar_velocidad_tarjeta_red [2009/11/05 07:47] – editor externo 127.0.0.1
Line 1: Line 1:
 +ethtools eth eth0 eth1 red nic network tarjeta de red velocidad gigbit ethernet link
  
 +**ANTECEDENTES**
 +
 +Tenemos una tarjeta de red, y queremos saber si soporta velocidades de 10000mbps ('gigabit')
 +
 +**SOLUCIÓN**
 +
 +(Como root)
 +
 +1. Suponiendo que la tarjeta de red sea 'etho':
 +
 +  dmesg | grep eth0
 +  [    1.990066] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
 +  [  536.704969] e1000: eth0: e1000_watchdog: NIC Link is Up 10 Mbps Half Duplex, Flow Control: None
 +  [  758.407797] eth0: no IPv6 routers present
 +
 +En este caso va a 10mbps = mojón
 +
 +Mejor instalar ethtool que te dice todo lo que soporta y a cuanto está ahora:
 +  #apt-get install ethtool
 +
 +  # ethtool eth0
 +  Settings for eth0:
 +        Supported ports: [ MII ]
 +        Supported link modes:   10baseT/Half 10baseT/Full
 +                                100baseT/Half 100baseT/Full
 +                                1000baseT/Full
 +        Supports auto-negotiation: Yes
 +        Advertised link modes:  10baseT/Half 10baseT/Full
 +                                100baseT/Half 100baseT/Full
 +                                1000baseT/Full
 +        Advertised auto-negotiation: Yes
 +        Speed: 100Mb/s
 +        Duplex: Full
 +        Port: MII
 +        PHYAD: 0
 +        Transceiver: external
 +        Auto-negotiation: on
 +        Supports Wake-on: g
 +        Wake-on: d
 +        Link detected: yes
 +
 +**NOTAS**
 +
 +Muy interesante la aportación de <rdman1> en #debian de freenode:
 +
 +1. Probar wget en lugar de scp
 +2. El disco duro es el cuello de botella. Para no serlo debería ir a 15000 rpm
 +3. Solo tarjetas de red integradas o pinchadas a PCI express dan esa velocidad
informatica/linux/comprobar_velocidad_tarjeta_red.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1