Hello @ all
Know anyone a litle progamm called Netio, i used it to investigate the real network speed
for TCP and UDP transfer with variable Blocksize.
You can this software as Server and Client start.
In my network have i stable tranfers by TCP and Block 32768 K.
for example over AVM WlanStick 54Mbit Fritzbox 7270 Laptop and DS 207+
you can see at the values, wich mountoption has best the performance for you.
I used it for NFS connection with 100Mbit Networkcard.
I have this proggi for windows and linux for my DS.
Can anyone it compile for our Sammy, it is opend Source.
WebsiteDownload- Code: Select all
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel
TCP connection established.
Packet size 1k bytes: 1638 KByte/s Tx, 2084 KByte/s Rx.
Packet size 2k bytes: 1764 KByte/s Tx, 2127 KByte/s Rx.
Packet size 4k bytes: 1857 KByte/s Tx, 2086 KByte/s Rx.
Packet size 8k bytes: 1867 KByte/s Tx, 1052 KByte/s Rx.
Packet size 16k bytes: 1917 KByte/s Tx, 1133 KByte/s Rx.
Packet size 32k bytes: 2026 KByte/s Tx, 1954 KByte/s Rx.
Done.
D:\Downloads\netio126\bin>win32-i386.exe -u 192.168.100.150
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel
UDP connection established.
Packet size 1k bytes: 1922 KByte/s (0%) Tx, 1110 KByte/s (91%) Rx.
Packet size 2k bytes: 1965 KByte/s (0%) Tx, 4423 Byte/s (99%) Rx.
Packet size 4k bytes: 2330 KByte/s (0%) Tx, 0 Byte/s (100%) Rx.
Packet size 8k bytes: 2499 KByte/s (0%) Tx, 0 Byte/s (100%) Rx.
Packet size 16k bytes: 2477 KByte/s (0%) Tx, 0 Byte/s (100%) Rx.
Packet size 32k bytes: 2387 KByte/s (0%) Tx, 0 Byte/s (100%) Rx.
Done.
- Code: Select all
NETIO - Network Throughput Benchmark, Version 1.26
(C) 1997-2005 Kai Uwe Rommel
Usage: netio [options] [<server>]
-s run server side of benchmark (otherwise run client)
-b <size>[k] use this block size (otherwise run with 1,2,4,8,16 and 32k)
-t use TCP protocol for benchmark
-u use UDP protocol for benchmark
-h <addr> bind TCP and UDP servers to this local host address/name only
(default is to bind to all local addresses)
-p <port> bind TCP and UDP servers to this port (default is 18767)
-n use NetBIOS protocol for benchmark
-m <name> use this as the local NetBIOS name (defaults are NETIOSRV
for the server and NETIOCLT for the client)
-a <adapter> use this NetBIOS adapter (default is 0)
<server> If TCP or UDP is used for the client, a server name or address
is required. For NetBIOS, this is optional, for the case that
the server uses a different NetBIOS name than NETIOSRV.
The server side can run either NetBIOS (-n), TCP (-t) or UDP (-u) protocol
or all three (default, if neither -t, -u or -n are specified). The client
runs one of these protocols only (-t, -u or -n must be specified).
The -m and -a options apply to both client and server sides.
best regards