Hi gilloub, I guess the network performance depends on many factors.
In the first place it depends on the components involved in your use case.
I tested the network speed of my RockPi 4B with iperf3.
You can install it with sudo apt install iperf3.
The components involved are:
-
FritzBox 7560 router with GBit LAN connectors
-
BananaPro with GBit LAN and running Armbian
-
RockPi 4B with GBit LAN also running Armbian
Everything connected via network cable. WIFI would produce different results.
Start iperf3 as server on RockPi:
iperf3 -s
Start iperf3 as client on BananaPro:
iperf3 -c 172.22.3.40
Results:
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 708 MBytes 594 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 705 MBytes 591 Mbits/sec receiver
For reference, I add this result from my Raspberrypi 3 which only supports 100 MBit LAN:
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 112 MBytes 94.2 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 112 MBytes 94.2 Mbits/sec receiver
The results of course depend a lot on what other network components might cause traffic and what else is running on the tested components. In my case I think they were idle and the other network load was neglectable.