PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : netspeed wird nicht fertig



ranger930
10.02.2015, 19:53
Hallo zusammen,

habe Octagon 1018 mit HDMU Image, läuft soweit ganz gut,
habe per nfs einen share von meinem NAS gemountet, Netzwerk ist Gbit.

Versuche mich an dem netspeed script, dies bginnt auch, wird aber nicht fertig.

Ich sehe nur diese Ausgabe im putty, mehr wird es einfach nicht.

Hat jemand die gleichen Erfahrungen ?





HDBOX:~# /tmp/netspeed nfs 64 192.168.178.210 /export/nasdata1 no

Measuring NFS throughput...
Mount options: udp, async, wsize=4096
writing 64 MBytes...
Success after 28 seconds
Mount options: udp, async, rsize=4096
reading 64 MBytes...
Success after 25 seconds

Mount options: tcp, async, wsize=4096
writing 64 MBytes...
Success after 36 seconds
Mount options: tcp, async, rsize=4096
reading 64 MBytes...
Success after 29 seconds

Mount options: udp, async, wsize=8192
writing 64 MBytes...
Success after 20 seconds
Mount options: udp, async, rsize=8192
reading 64 MBytes...
Success after 18 seconds

Mount options: tcp, async, wsize=8192
writing 64 MBytes...
Success after 28 seconds
Mount options: tcp, async, rsize=8192
reading 64 MBytes...
Success after 22 seconds

Mount options: udp, async, wsize=16384
writing 64 MBytes...
Success after 16 seconds
Mount options: udp, async, rsize=16384
reading 64 MBytes...
Success after 58 seconds

Mount options: tcp, async, wsize=16384
writing 64 MBytes...
Success after 23 seconds
Mount options: tcp, async, rsize=16384
reading 64 MBytes...
Success after 17 seconds

Mount options: udp, async, wsize=32768
writing 64 MBytes...
Success after 14 seconds
Mount options: udp, async, rsize=32768
reading 64 MBytes...


Gruss ranger930

ReWard
10.02.2015, 20:14
Wieso wird nicht fertig?

Wie lange hast Du denn gewartet? Da fehlen noch einige. Du hast scheinbar zu früh abgebrochen.

Zum Schluß kommt eine Zusammenfassung, so z.B.:


Results for write throughput:
76.695 Mbit/s or 9.586 Mb/s with udp,async,wsize=65536
76.695 Mbit/s or 9.586 Mb/s with udp,async,wsize=49152
76.695 Mbit/s or 9.586 Mb/s with udp,async,wsize=32768
67.108 Mbit/s or 8.388 Mb/s with udp,async,wsize=16384

.....

Und bitte für solche Ausgaben eine Code Box nehmen.

ranger930
10.02.2015, 20:26
Hallo,

es läuft schon über 90 Minuten und ich habe es nicht abgebrochen.


Gruss ranger930

flac
10.02.2015, 20:47
... wie ich das jetzt schon beurteilen kann, ist dein Netzwerk sau langsam.
Ab ca. 16384 müsste es unter 10 sec. sein. So bei mir mit 100Mbits. Mehr macht z.b. die UFS913 nicht. Da liege ich bei ca. 8 sec bei einem FTA Sender in HD.
... und bei verschlüsselten Sendern gehen die Sekunden wieder hoch.

Deine Box wird nicht schneller sein. Die hat auch nur eine 100 MBit Schnittstelle.


Gruß

Chris

... da stimmt deine Konfiguration von Netspeed nicht.

- - - Aktualisiert - - -

... noch was,
bist du dir sicher, das der NFS Share Pfad oben in deiner Ausgabe auch komplett ist. Es kommt mir so vor, als fehlt das was.


... Beispiel von mir:
/tmp/netspeed nfs 64 192.XXX.XX.XX /i-data/3500c944/nfs/NAS/movie no

ranger930
10.02.2015, 20:59
Hallo Chris,

da bin ich mir sicher, denn es wird ja ein test file in der freigabe erzeugt, wenn ich netspeed starte.
Das Netzwerk samt Nas ist in Ordnung, ich kopiere mkvs mit 80 bis 100 MB /s von einer Windows Maschine auf den NAS.
Natürlich könnte die Leitung zum Receiver defekt sein, ist aber neu und ich hatte vorher eine PC an der Leitung, das war auch alles ok.
Ich werde aber nochmal den share Pfad prüfen.

Gruss ranger930

flac
10.02.2015, 21:16
... es muss der gleiche Pfad eingeben werden, wie im Mount Manager.
Dort wird er normalerweise richtig angezeigt.
Als Option habe ich noch das movie Verzeichnis angegeben.


Gruß

Chris

joeuser
10.02.2015, 21:38
you can try running

bash -x netspeed nfs 64 ...

to see where it is hanging.

ranger930
10.02.2015, 21:49
auch das habe ich geprüft, ist richtig.
Ich werde den Receiver mit einem neuen Kabel direkt an meinen Router stöpseln und es dann erenut testen.

Grusss ranger930

joeuser
10.02.2015, 22:01
You can also try to edit the script and change the following lines:


change

dd if=/dev/zero of=$dboxmountpoint/test bs=$bs count=$count 2>/dev/null;

to

dd if=/dev/zero of=$dboxmountpoint/test bs=$bs count=$count #2>/dev/null;


and change

dd of=/dev/null if=$dboxmountpoint/test bs=$bs count=$count 2>/dev/null;

to

dd of=/dev/null if=$dboxmountpoint/test bs=$bs count=$count #2>/dev/null;

ranger930
10.02.2015, 23:09
Hallo zusammen,

ich habe den Grund gefunden, das installierte Netzwerkkabel zum router.

Nachdem ich eine Luftleitung zu einem anderen mini switch gelegt hatte bekam ich folgendes Ergebnis:


Results for write throughput:
67.108 Mbit/s or 8.388 Mb/s with udp,async,wsize=65536
67.108 Mbit/s or 8.388 Mb/s with udp,async,wsize=49152
67.108 Mbit/s or 8.388 Mb/s with udp,async,wsize=32768
53.687 Mbit/s or 6.710 Mb/s with udp,async,wsize=16384
44.739 Mbit/s or 5.592 Mb/s with tcp,async,wsize=65536
41.297 Mbit/s or 5.162 Mb/s with udp,async,wsize=8192
41.297 Mbit/s or 5.162 Mb/s with tcp,async,wsize=49152
41.297 Mbit/s or 5.162 Mb/s with tcp,async,wsize=32768
38.347 Mbit/s or 4.793 Mb/s with tcp,async,wsize=16384
33.554 Mbit/s or 4.194 Mb/s with tcp,async,wsize=8192
29.826 Mbit/s or 3.728 Mb/s with udp,async,wsize=4096
23.342 Mbit/s or 2.917 Mb/s with tcp,async,wsize=4096

Results for read throughput:
67.108 Mbit/s or 8.388 Mb/s with udp,async,rsize=16384
67.108 Mbit/s or 8.388 Mb/s with tcp,async,rsize=65536
59.652 Mbit/s or 7.456 Mb/s with tcp,async,rsize=49152
59.652 Mbit/s or 7.456 Mb/s with tcp,async,rsize=32768
53.687 Mbit/s or 6.710 Mb/s with udp,async,rsize=8192
53.687 Mbit/s or 6.710 Mb/s with tcp,async,rsize=16384
41.297 Mbit/s or 5.162 Mb/s with tcp,async,rsize=8192
35.791 Mbit/s or 4.473 Mb/s with udp,async,rsize=4096
31.580 Mbit/s or 3.947 Mb/s with tcp,async,rsize=4096
29.826 Mbit/s or 3.728 Mb/s with udp,async,rsize=49152
26.843 Mbit/s or 3.355 Mb/s with udp,async,rsize=65536
26.843 Mbit/s or 3.355 Mb/s with udp,async,rsize=32768


Ich würde jetzt diesen Wert benutzen:
67.108 Mbit/s or 8.388 Mb/s with udp,async,rsize=16384

Kann es damit klappen ?

Gruss ranger930

flac
11.02.2015, 00:48
udp
async
wsize=65536
rsize=16384
In der Freigabe alles getrennt mit komma eingeben.


Gruß

Chris

joeuser
11.02.2015, 01:05
udp,async,rsize=16384,wsize=65536

ranger930
11.02.2015, 15:09
Danke Euche allen für die Hilfe !!

Gruss ranger930