Wiki

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
university:tools:pluto:devs:performance [08 Mar 2017 23:13] – created Robin Getzuniversity:tools:pluto:devs:performance [16 Nov 2018 15:38] – [Data Throughput (local IIO device)] Taisuke Yamada
Line 7: Line 7:
  
  
-===== Data Throughput (USB) =====+===== Data Throughput ===== 
 + 
 +Via IIOD USB backend 
 +<xterm> 
 +iio_readdev -u usb:1.100.5 -b 100000 cf-ad9361-lpc | pv > /dev/null 
 +210GiB 1:19:51 [**26,1MiB/s**] [     <=>      
 +</xterm> 
 + 
 +Via IIOD Network backend 
 +<xterm> 
 +iio_readdev -n 192.168.2.1 -b 100000 cf-ad9361-lpc | pv > /dev/null 
 +203MiB 0:00:10 [**20,4MiB/s**] [              <=>   
 +</xterm> 
 + 
 +Via local IIO device (running on Linux inside PLUTO, with self-compiled pv(1)) 
 +<xterm> 
 +iio_readdev -u local: -b 100000 cf-ad9361-lpc | pv > /dev/null 
 +13.5GiB 0:02:09 [** 107MiB/s**] [                           <=>                    ] 
 +</xterm>
  
  
university/tools/pluto/devs/performance.txt · Last modified: 17 Sep 2021 17:48 by Travis Collins