I think is better write a script for this testing and add it to firmware release and people will get result and we will see which adapter and combinantion is best
How to start NFS under Windows
MS NFS is providing about 8MB aka 64mbit troughtput (confirmed by sasa)
How to start alternative NFS server or
Winnfsd
SOSSNT
AlegroNFS source code
Cygwin NFSd have lower performance
haneWIN NFS Server for Windows
Also see this HowTo guide for information on setting up Microsoft's Services for Unix (which includes both an nfs server and client). Two things:
add here real performance information pls
Test A) NFS reading throughput test (PC→WDTV)
$ time cat /mnt/pc_nfs_share/movie1.avi > /dev/null real 4m 13.10s user 0m 1.04s sys 0m 24.93s or $ time dd if=/mnt/pc_nfs_share/movie1.avi of=/dev/null bs=8k $ time dd if=/mnt/pc_nfs_share/movie1.avi of=/dev/null bs=16k
save real values <filesize in MB> / [real values]=( (4min*60) + 13sec) = 2.766 MB/s * 8 = ~22mbit/s
Test
B) SMB/CIFS reading throughput test (PC→WDTV) its same like in NFS case but in this you will read from Windows/CIFS share. We dont need to known how slow is NTFS writting. We need to know which adapter+module providing best performance. And we can then think howto increase it or if is enougth for IP video streamming.
or
Hi, if you have windows you can use putty.exe to telnet to the WDTV: Just set IP address of WDTV as the Host Name and select Telnet as the connection type and click on Open. When asked for login, type “root”.
Then you can access your nfs or cifs shares in /tmp/boot directory:
cd /tmp/boot
list the content of directory:
ls -l
write the whole path you are in:
pwd
change the directory:
cd directoryname
and test speed of network with some file:
time cat videofile.avi > /dev/null
you get something like this: # time cat divx6hd.avi > /dev/null real 0m 5.16s user 0m 0.02s sys 0m 1.32s
then you calculate the speed of network transfer: 1)*8/1000000 = and the result is in Mbps
Make sure the file is on network share and not on local WDTV storage and is big enough (~100MB). You should test each file only once to make sure it is transferred over network and not copied from WDTV cache.
— droopysk 2009/03/12 09:15
or you can try wget http tranfer test but you need local webserver or very fast and near internet webserver only very fast internet lines are usefull becouse you may provide lower results and bottleneck is your ISP connection and not usb lan adapter
wget -O /dev/null xxx.xxxx.com/big.jpg --2009-03-12 16:57:21-- http://xxx.xxxx.com.jpg Resolving xxx.xxxx.com... xx.xx.xx.xx Connecting to xxx.xxx.xx|xx.xx.xx.xx|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2418473 (2.3M) [image/jpeg] Saving to: `/dev/null' 100%[======================================>] 2,418,473 --.-K/s in 0.006s 2009-03-12 16:57:22 (382 MB/s) - `/dev/null' saved [2418473/2418473]
Testing configuration
Testing enviroment (TSST Corp 2GB USB2 FAT32 flash drive, LaCie 500MB USB2 HFS+ drive,
via Streaming
Notes:
— Netdata 2009/03/08 18:55
How to enable NFS under MacOSX
usb key model - firmware name (like pivot fw 0.3) - storage type FLASH USB2/USB-HDD Ext3 - copy speed from PC→WDTV(storage) and your nickname thx
All tests using ext3-boot-0.3 distribution and a USB2 hard drive, using a 200-meg file. Test stats performed using “time dd … bs=16384” and calculating bits/sec. I used a 200meg file to minimize caching (the box has 128 meg of memory, of which 70meg is commonly cache buffers).
Ok, please ignore the following network tests, which were with the Linksys USB200M ethernet dongle. It was _lousy_.
My new network dongle is a Trendnet TU2-ET100. It performs SOO much better. (which is curious, since they both use the same kernel driver, asix.ko).
— Zorander 2009/02/18 08:51
Required Librairies :
libresolv.so.0 libresolv-0.9.28.so libcups.so.2 libssl.so.0.9.7 libcrypto.sos.0.9.7
Directory /var : read and write
Directory /usr : for configuration and sbin files !
Login : nobody Password : test
works in read mode only ( no chmod 777 with my distro, we must use Zorander distro with ext3 support for write i think )
Files : http://www.mediafire.com/?zroxyx4gp0w — updated admin 2009/02/15 20:28 looks like better ?:)?