PINE64
Slow ethernet in linux - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: Slow ethernet in linux (/showthread.php?tid=669)

Pages: 1 2 3


RE: Slow ethernet in linux - ak_hepcat - 05-04-2016

(05-01-2016, 01:27 PM)baryluk Wrote: netperf tests with standard pfifo_fast

[snip]

Still It is unclear to me why wget from Internet is pretty slow at ~4-6MB/s, and maks 10MB/s at the start of download.


in a nutshell, wget is single-threaded, has a bit of overhead, and highly dependant upon the server.

netperf is designed to have low-overhead on both the client and server, as well as being multithreaded.


but there are a lot of other factors involved as well, such that there is usually never one single smoking gun. 

That's why I use queuing and fully multithreaded network test apps for benchmarking, and don't worry about what wget or curl tell me. 

That said, i haven't noticed a significant drop in network speed on the pine while downloading locally with simultaneous interactive ssh sessions with queuing enabled - as it should be.