From: Oredope, A. <ao...@es...> - 2008-02-19 10:07:07
|
Hello Enrinco, Thanks a lot for your help. We are considering going back to the first version of SIPDHT (based on chord) but I will keep you informed on how it goes. Kind Regards, Tola -----Original Message----- From: Enrico Marocco [mailto:enr...@te...] Sent: 18 February 2008 07:58 To: Oredope, Adetola Cc: sip...@li... Subject: Re: [Sipdht-devel] SIPDHT Experiments Oredope, Adetola wrote: > I am actually trying to run some experiments to measure the amount of > packets that are exchanged during churn using sipdht. > > I am having problems achieving this using the simulator; because I don't > think I can kill and add peers at the same time. The simulator actually > breaks when trying to do this. What am I doing wrong? Probably nothing, the code is still full of bugs, plus the simulator tends to hang when running many nodes because of too many refresh operations happening in the GUI. > Also as an alternative, I am thinking of using real sipdht peers, i.e. > running like 10 instances of a sipdht peers on a single node and then > maybe across 10 to 20 nodes. That may be a viable option. I'd suggest to use csipdht2 which is the lightest tool in the suite. If you are interested in churn handling only, I'd also suggest to try and disable outbound and gruu (don't remember the command line option), which haven't been tested extensively. > What do you think about this? Also if I follow this approach is there a > way a seeing an overall map of the overlay? Is there a way of getting > exact overall measurements of time, packets exchanged and active sessions? No, running the peers as standalone processes there's no way to have an overall picture of the CAN geometry. > I also thinking doing this with the next weeks, do you think this is a > feasible time or do I need leave out more time. I really cannot answer this question. What I just can say is that in such a distributed and stressed scenario you'll certainly find many bugs. We'll help to fix them, but I really can say anything about timings. > I look forward from hearing from you all and all suggestions will be > highly appreciated. I'm sorry for answering this late: it's been a busy busy week. -- Ciao, Enrico |