Gigabit Ethernet performance testing - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Gigabit Ethernet performance testing (/showthread.php?tid=4668) |
Gigabit Ethernet performance testing - fire219 - 07-02-2017 For documenting the performance of the Gigabit ethernet onboard the Rock64. If you want to post your own results, remember to mention which board you are using (1/2/4GB), OS/kernel, and any relevant software or hardware changes you have made. Most testing will be done using iperf3 (sudo apt-get install iperf3), but other benchmarking methods are welcome. Also do not forget to set the performance CPU governor (must do through sudo -i or sudo tee). (echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor) Linux rock64 4.4.70-ayufan-44 #1 SMP Fri Jun 30 23:23:09 UTC 2017 aarch64 GNU/Linux (ayufan rock64-linux-build 0.2.5, Debian Jessie minimal) Rock64 2GB iperf3 3.0.7 Remote host is a Lenovo Thinkcentre with RTL8111/8168/8411 ethernet. Rock64 (client) --> Thinkcentre (server) Code: [ 4] local 192.168.0.120 port 49148 connected to 192.168.0.85 port 5201 Thinkcentre (client) --> Rock64 (server) Code: [ 4] local 192.168.0.85 port 54468 connected to 192.168.0.120 port 5201 |