On Di, 2018-10-23 at 20:23 +0200, patrick wrote:
Hi,
well, not much difference here.
iperf3 from my Laptop to my server:
Connecting to host 192.168.248.117, port 5201 [ 5] local 192.168.248.210 port 55430 connected to 192.168.248.117 port 5201 [ ID] Interval Transfer Bitrate Retr Cwnd [ 5] 0.00-1.00 sec 6.93 MBytes 58.1 Mbits/sec 0 296 KBytes [ 5] 1.00-2.00 sec 5.50 MBytes 46.1 Mbits/sec 0 335 KBytes [ 5] 2.00-3.00 sec 5.75 MBytes 48.2 Mbits/sec 0 389 KBytes [ 5] 3.00-4.00 sec 5.62 MBytes 47.2 Mbits/sec 0 409 KBytes [ 5] 4.00-5.00 sec 5.88 MBytes 49.3 Mbits/sec 0 454 KBytes [ 5] 5.00-6.00 sec 5.75 MBytes 48.2 Mbits/sec 0 482 KBytes [ 5] 6.00-7.00 sec 6.00 MBytes 50.3 Mbits/sec 0 508 KBytes [ 5] 7.00-8.00 sec 5.75 MBytes 48.2 Mbits/sec 0 508 KBytes [ 5] 8.00-9.00 sec 5.50 MBytes 46.1 Mbits/sec 0 532 KBytes [ 5] 9.00-10.00 sec 6.12 MBytes 51.4 Mbits/sec 0 568 KBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-10.00 sec 58.8 MBytes 49.3 Mbits/sec 0 sender [ 5] 0.00-10.04 sec 56.8 MBytes 47.4 Mbits/sec receiver
And the same from my Pyra:
Connecting to host 192.168.248.117, port 5201 [ 4] local 192.168.248.225 port 47808 connected to 192.168.248.117 port 5201 [ ID] Interval Transfer Bandwidth Retr Cwnd [ 4] 0.00-1.00 sec 4.24 MBytes 35.6 Mbits/sec 0 139 KBytes [ 4] 1.00-2.00 sec 5.03 MBytes 42.2 Mbits/sec 0 202 KBytes [ 4] 2.00-3.00 sec 4.36 MBytes 36.6 Mbits/sec 0 256 KBytes [ 4] 3.00-4.00 sec 5.00 MBytes 41.9 Mbits/sec 0 272 KBytes [ 4] 4.00-5.00 sec 5.12 MBytes 43.0 Mbits/sec 0 284 KBytes [ 4] 5.00-6.00 sec 5.12 MBytes 43.0 Mbits/sec 0 300 KBytes [ 4] 6.00-7.00 sec 5.25 MBytes 44.0 Mbits/sec 0 314 KBytes [ 4] 7.00-8.00 sec 5.00 MBytes 41.9 Mbits/sec 0 334 KBytes [ 4] 8.00-9.00 sec 5.25 MBytes 44.0 Mbits/sec 0 334 KBytes [ 4] 9.00-10.00 sec 5.25 MBytes 44.0 Mbits/sec 0 334 KBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth Retr [ 4] 0.00-10.00 sec 49.6 MBytes 41.6 Mbits/sec 0 sender [ 4] 0.00-10.00 sec 49.1 MBytes 41.2 Mbits/sec receiver
So it's very similar, seems like either my Wifi or my server can't handle more. The server is connected to the router with 1GBit Ethernet.
Here's a quick test from the Pyra to the Laptop. Both the laptop and Pyra are connected to the same Wifi access point - and it's slower than the connection between the server and the Pyra / Laptop.
Connecting to host 192.168.248.210, port 5201 [ 4] local 192.168.248.225 port 41946 connected to 192.168.248.210 port 5201 [ ID] Interval Transfer Bandwidth Retr Cwnd [ 4] 0.00-1.00 sec 2.48 MBytes 20.8 Mbits/sec 1 102 KBytes [ 4] 1.00-2.00 sec 2.36 MBytes 19.8 Mbits/sec 0 109 KBytes [ 4] 2.00-3.00 sec 2.36 MBytes 19.8 Mbits/sec 0 117 KBytes [ 4] 3.00-4.00 sec 2.49 MBytes 20.9 Mbits/sec 0 126 KBytes [ 4] 4.00-5.00 sec 2.55 MBytes 21.4 Mbits/sec 0 136 KBytes [ 4] 5.00-6.00 sec 2.18 MBytes 18.3 Mbits/sec 0 141 KBytes [ 4] 6.00-7.00 sec 2.61 MBytes 21.9 Mbits/sec 0 156 KBytes [ 4] 7.00-8.00 sec 2.67 MBytes 22.4 Mbits/sec 1 164 KBytes [ 4] 8.00-9.00 sec 2.61 MBytes 21.9 Mbits/sec 0 173 KBytes [ 4] 9.00-10.00 sec 2.67 MBytes 22.4 Mbits/sec 1 177 KBytes - - - - - - - - - - - - - - - - - - - - - - - - - [ ID] Interval Transfer Bandwidth Retr [ 4] 0.00-10.00 sec 25.0 MBytes 20.9 Mbits/sec 3 sender [ 4] 0.00-10.00 sec 24.6 MBytes 20.6 Mbits/sec receiver
Hi Ed, maybe iperf3 can help you with benchmarking. It supports a lot of tunables: https://iperf.fr/iperf-doc.php#tuningtcp
As a start run this on your server (or pyra): iperf3 -s
on the client: iperf3 -c <server_ip> -b 150M
or if you want to use udp: iperf3 -c <server_ip> -b 150M -u
I picked "-b 150M" as I suspect 150Mbit is the theoretical maximum for the Pyra.
On Debian a simple "apt install iperf3" should be enought to install the tool.
Regards, Patrick
On 10/23/18 3:16 AM, Michael Mrozek wrote:
On Di, 2018-10-23 at 01:29 +0200, Michael Mrozek wrote:
Quick update: 2.4GHz also reaches 4.8MB/s, I just had to let the download run a bit longer.
Hi,
as notaz reported a slow network speed on his Pyra, I thought I'd try it on my testing Pyra myself.
I booted up our system (Linux -pyra 4.19.0-rc6-letux-lpae-pyra #2 SMP PREEMPT Tue Oct 2 21:06:47 CEST 2018 armv7l GNU/Linux) and connected to my WLAN network via command line.
The WLAN router is about 10m away one floor above me, so it has to go through the floor.
I then downloaded a file via wget from my local nginx server.
The result:
2,4GHz: ~2,43MB/s 5GHz: ~4,8MB/s
Ping times are always around 30 - 40ms
So I can't complain about my unit here. That unit has the full metal plate installed as well :)
So either notaz' unit has some issue there, or he used the preinstalled NetworkManager (which might have some features enabled slowing wifi doen, like powersaving) or the system doesn't like his router for some reason.