Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am trying to figure out why rsync between my dns-323 and my dns-325 is going so slowly. I've managed to get it up to about 8MB/s copying to the 325 using whole file copying.
nmon is a good tool for troubleshooting network issues. Has anyone compiled nmon for fonzs fun plug?
D
Offline
I have. For 0.7/arm and 0.7/oabi. Downloads here
Offline
Awesome thank you. Do you have it available for ffp 0.5 as well?
Not that I will be using that install for much longer but I would like to know why the DNS-323 (ffp 0.5) to the DNS-325 (FFP 0.7) transfer is going so slow.
- Hrmm according to top rsync on the DNS-323 is using 90% + cpu and the system is 0% idle so my problem appears to be that rsync is being CPU bound. I am not specifying -z so it shouldn't be compressed.
Last edited by dmulligan (2012-03-07 16:42:56)
Offline
dmulligan wrote:
Do you have it available for ffp 0.5 as well?
No. But you could build it yourself. It's quite easy. Download the sourcefile 14g and the makefile here. Remove the line
#include <fstab.h>
(around line 333), and around line 2657 exchange
endfsent();
by
fclose(mpf);
Then execute
make nmon_x86_debian3 mv nmon_x86_debian3 nmon strip nmon
Offline
Does anyone took @Mijzelf advice an compiled nmon for ffp 0.5? I've trided but... is's black magic.
Offline