[android-porting] Re: performance using while transferring file via wifi

2010-09-09 Thread Howard M. Harte
Like I mentioned in email, dont use -F, and make sure iPerf on the PC is v2.04. -Howard On Sep 8, 10:57 pm, Gururaj BO guru.nav...@gmail.com wrote: I am also getting error. Waiting for server threads to complete. Interrupt again to force quit On Thu, Sep 9, 2010 at 11:19 AM, Gururaj BO

[android-porting] Re: performance using while transferring file via wifi

2010-09-08 Thread guru
Hi Howard I am using marvell chip. I dont know any thing about other questions you asked. how to check these: Some wifi chips do not support blockmode, or are heavy on register accesses across SDIO. Also, if you are writing the file to an SD memory card or managed NAND via MMC, the SD stack

Re: [android-porting] Re: performance using while transferring file via wifi

2010-09-08 Thread Gururaj BO
hI I tried with iPerf but it is giving write2failed broken pipe. what may be the reason just installed the iPref on Android and gave -s and from PC i gave ./iperf -c 10.50.200.100 -r -F file_name.txt it is giving that error what is the problem? Thanks Gururaja On Wed, Sep 8, 2010 at 9:42

Re: [android-porting] Re: performance using while transferring file via wifi

2010-09-08 Thread Gururaj BO
I am also getting error. Waiting for server threads to complete. Interrupt again to force quit On Thu, Sep 9, 2010 at 11:19 AM, Gururaj BO guru.nav...@gmail.com wrote: hI I tried with iPerf but it is giving write2failed broken pipe. what may be the reason just installed the iPref on

[android-porting] Re: performance using while transferring file via wifi

2010-09-07 Thread guru
Hi All Please let me know any performance tools in Android. I tried traceview but not much help regarding CPU utilization and memory usage. Thanks Gururaja On Sep 7, 6:38 pm, guru guru.nav...@gmail.com wrote: HI all I am transferring file via wifi. (adb over wifi) while transferring if I

[android-porting] Re: performance using while transferring file via wifi

2010-09-07 Thread Howard M. Harte
Which wifi chip are you using? What kind of throughput are you getting? Maybe it is not transferring data across SDIO efficiently. Some wifi chips do not support blockmode, or are heavy on register accesses across SDIO. You can look into optimizing the wifi driver, or use a chip thay offloads