Hello,
There´s a way to test bandwidth on internal network (lan)?
I need to test speed between my server and tvbox
Hello,
There´s a way to test bandwidth on internal network (lan)?
I need to test speed between my server and tvbox
You can install iperf
Try with this:
QuoteManual installation of iperf3 3.1.3 64 bits :
Linux manual Installation 64 bits sha256
sudo wget -O /usr/lib/libiperf.so.0 libiperf.so.0_3.1.3sudo wget -O /usr/bin/iperf3 iperf3_3.1.3sudo chmod +x /usr/bin/iperf3Manual installation of iperf 2.0.9 64 bits :
sudo wget -O /usr/bin/iperf iperf_2.0.9sudo chmod +x /usr/bin/iperf
Linux manual installation will not work in LE
In LE/KODI install iperf from repository
Installation on server - get it from
iPerf - The TCP, UDP and SCTP network bandwidth measurement tool
Correct.
To have iperf(3) on a LE Kodi box,
you have to install "Network Tools" addon.
For some reason "iperf client" could not connect to my "iperf server",
and I had to run iperf3 on the server side.
These are the results of my simple test (iperf -i t300 -c <server_ip_address>
QuoteDisplay More[ ID] Interval Transfer Bandwidth
[ 5] 0.00-1.00 sec 84.6 MBytes 710 Mbits/sec
[ 5] 1.00-2.00 sec 90.9 MBytes 762 Mbits/sec
[ 5] 2.00-3.00 sec 92.0 MBytes 772 Mbits/sec
[ 5] 3.00-4.00 sec 94.7 MBytes 794 Mbits/sec
[ 5] 4.00-5.00 sec 86.9 MBytes 729 Mbits/sec
[ 5] 5.00-6.00 sec 87.5 MBytes 734 Mbits/sec
[ 5] 6.00-7.00 sec 87.0 MBytes 730 Mbits/sec
[ 5] 7.00-8.00 sec 86.9 MBytes 729 Mbits/sec
[ 5] 8.00-9.00 sec 88.7 MBytes 744 Mbits/sec
[ 5] 9.00-10.00 sec 95.0 MBytes 797 Mbits/sec
[ 5] 10.00-10.03 sec 2.76 MBytes 767 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 5] 0.00-10.03 sec 0.00 Bytes 0.00 bits/sec sender
[ 5] 0.00-10.03 sec 897 MBytes 750 Mbits/sec receiver
-----------------------------------------------------------
This is on my cheap "karate" S905 box with Gigabit interface...
Hello,
I am trying to run iperf3 on my installation of Libreelec on my two Amlogic Krypton boxes. But I am not sure from where to obtain the iperf package and how to install it. Can someone please point me into right direction?
The specific questions that I have is which iperf package I need for Krypton Libreelec and which directory to put the package in? Are there any other steps involved to 'install' the package. I tried to find 'Network Tools' package which is supposed to have iperf included but I could only find the source code on github.
Any help wold be appreciated.
Alright I installed the 'Network tools' add-on however I had to enable 'Unknown Sources' option under the Add-on menu.