View Single Post
Staro 29.10.2019., 16:28   #2368
franzD
Premium
 
Datum registracije: Apr 2015
Lokacija: Osijek
Postovi: 1,528
Prvo provjeri brzinu diska.
Code:
dd if=/dev/zero of=/media/main/test conv=fdatasync bs=384k count=1k; rm -f /media/main/test
1024+0 records in
1024+0 records out
402653184 bytes (403 MB, 384 MiB) copied, 2.74313 s, 147 MB/s
Nakon toga provjeri brzinu mreže pomoću iperf3, na NAS-u pokreneš server (iperf3 -s), na kompu klijent.

Code:
d:\ima\iperf-3.1.3-win64>iperf3.exe -c 10.0.0.100
Connecting to host 10.0.0.100, port 5201
[  4] local 10.0.0.5 port 51449 connected to 10.0.0.100 port 5201
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   112 MBytes   938 Mbits/sec
[  4]   1.00-2.00   sec   112 MBytes   941 Mbits/sec
[  4]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
[  4]   3.00-4.00   sec   112 MBytes   939 Mbits/sec
[  4]   4.00-5.00   sec   112 MBytes   940 Mbits/sec
[  4]   5.00-6.00   sec   112 MBytes   937 Mbits/sec
[  4]   6.00-7.00   sec   112 MBytes   940 Mbits/sec
[  4]   7.00-8.00   sec   112 MBytes   940 Mbits/sec
[  4]   8.00-9.00   sec   112 MBytes   940 Mbits/sec
[  4]   9.00-10.00  sec   112 MBytes   940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-10.00  sec  1.09 GBytes   939 Mbits/sec                  sender
[  4]   0.00-10.00  sec  1.09 GBytes   939 Mbits/sec                  receiver

iperf Done.
Ako sve radi kako bi trebalo, onda traži krivca u konfiguraciji.

Zadnje izmijenjeno od: franzD. 29.10.2019. u 17:54.
franzD je offline   Reply With Quote