Re: mesos cpuset isolator has a resource estimator

2017-02-01 Thread ct clmsn
Ben, Thanks! Chris On Thu, Jan 26, 2017 at 8:12 PM, Benjamin Mahler wrote: > Re: modules communicating in process > > I believe https://github.com/mesosphere/serenity communicates between its > resource estimator and QoS controller modules. Might be helpful to look at >

Re: mesos cpuset isolator has a resource estimator

2017-01-26 Thread Benjamin Mahler
Re: modules communicating in process I believe https://github.com/mesosphere/serenity communicates between its resource estimator and QoS controller modules. Might be helpful to look at how this project does it. On Sun, Jan 8, 2017 at 7:42 PM, ct clmsn wrote: > i've added a

mesos cpuset isolator has a resource estimator

2017-01-08 Thread ct clmsn
i've added a resource estimator module to work with the cpuset isolator module. the estimator uses a poisson model to guess the next cpuset request amount. the estimator performs a "hard failure" when it looks like the next estimated cpuset request amount can't be assigned. this implementation