Re: Piranha
Mustapha Hadim <[email protected]>
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <[email protected]> |
Hi Sébastien, Sébastien Bonnet a écrit : > Mustapha, > > > in order to see where I have to intervene for implementing a new > > scheduling technique. > > It's not in piranha, but rather in LVS. What kind of scheduler would you > like to build ? We would like to change the wlc scheduling algorithm to take into account, CPU loads, memory usages, and network load of the real servers. The approach is to periodically cheek these parameters, and update the weight assigned to each real server, according to a given function. > > Maybe you don't really need a scheduler (as in LVS terminology) but a > new monitoring approach. Please refer to LVS website to learn the > terminology and tell us exactly what you'd like to do. A first such approach has been made by Jeremy Kerr, that take into account CPU loads, in LVS. Yes, I have to include monitoring tools in the Piranha software. This is why I am looking to the source files in order to have a global comprehensive view of the software. > > > > Particularly, I did't find where the link to > > the ipvs module of the LVS software is done. > > It's mainly done in nanny.c using exec. So, could you please be more accurate ?. In particular, about the relation between the different components of the software. Thanks in advance, Mustapha