Como descubro a Velocidade USB de um terminal?

9

Estou usando o Ubuntu 12.04. Estou aqui para saber se há alguma maneira de observar Escrita & Velocidade de leitura do USB através do terminal.

    
por rɑːdʒɑ 11.07.2012 / 18:05

4 respostas

6

Você pode usar rsync para obter uma aproximação de sua velocidade de transferência, embora ela varie dependendo se arquivos pequenos ou grandes estão sendo transferidos e se o destino é uma unidade flash lenta ou um disco rígido externo rápido. Por exemplo:

rsync -avviu ~/Videos /media/Mik2

sent 874419803 bytes  received 149 bytes  4427442.79 bytes/sec
total size is 874312527  speedup is 1.00

(Além disso, se você abrir tail -f /var/log/kern.log e conectar seu dispositivo, poderá ver se ele está sendo configurado para ehci (interface de controlador de host aprimorado), que suporta velocidades USB 2. Por exemplo, o log do kernel deve indicar ' novo dispositivo USB de alta velocidade ... usando ehci_hcd '.)

    
por user76204 11.07.2012 / 18:55
12

A ferramenta pv permite visualizar a taxa de transferência dos dados que passam por ela. Depois de instalar o pacote, você pode executar um comando como o seguinte para ver a taxa de gravação:

$ cat /dev/zero | pv > /media/some_usb/tmp123

203.1MiB 0:00:02 [100.2MiB/s] [ <=>                   ]

Para leitura, execute a operação oposta usando o arquivo tmp123 recém-criado:

$ cat /media/some_usb/tmp123 | pv > dev/null
    
por noffle 11.07.2012 / 19:08
5

Eu estava curioso sobre isso, pois eu tinha um SSD SATA 3 que queria usar para processar alguns arquivos de vídeo (para manter as esperas de e / o no mínimo), mas eu tinha somente portas SATA 2 (3Gbps) disponíveis no sistema, mas também uma porta USB3 disponível.

Você pode determinar a velocidade máxima teórica da porta para cada porta USB com o comando sudo lsusb -vvv |grep -i -B5 -A5 bcdUSB

A linha bcdUSB retorna a versão USB da porta.

Um exemplo de um dos meus sistemas:

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
--
   Port 7: 0000.0100 power
   Port 8: 0000.0100 power
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
--

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
--

Bus 001 Device 003: ID 10d5:5a08 Uni Class Technology Co., Ltd 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x10d5 Uni Class Technology Co., Ltd
--

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x8087 Intel Corp.
--
   Port 5: 0000.0100 power
   Port 6: 0000.0303 lowspeed power enable connect
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  bNumConfigurations      1
--

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed (or root) hub
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation
--

Bus 004 Device 002: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         9
  idVendor           0x174c ASMedia Technology Inc.
--

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         3 
  bMaxPacketSize0         9
  idVendor           0x1d6b Linux Foundation
--

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x1d6b Linux Foundation

Ou a alternativa rápida e fácil de lsusb -t , que fornece uma saída assim:

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
    |__ Port 4: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 6: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 6: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M

Como os 5 Gbps disponíveis via USB3 estavam muito mais próximos dos 6 Gbps em que o SATA 3 é classificado, decidi conectar a unidade lá em Bus 004 Device 002 (via adaptador USB mediato ASTA). Os resultados foram bastante satisfatórios.

Fontes: Esta página

Experimentação

link

link Como encontrar a velocidade do hub USB

    
por Elder Geek 21.02.2016 / 21:02
2

Tente com isso:

$ sudo lsusb -vvv

Depois, dê uma olhada nas entradas nomeadas bDeviceProtocol e bInterfaceProtocol

    
por jap1968 11.07.2012 / 18:30