Re: mesos cpuset isolator module available

2016-12-15 Thread Charles Allen
Super cool! does this also support limiting which memory controller the tasks can use? On Thu, Dec 15, 2016 at 10:00 AM Zhitao Li wrote: > Thanks for sharing. This is very interesting to us because we are also > looking for solution for latency sensitive CPU isolation. >

Re: mesos cpuset isolator module available

2016-12-15 Thread Zhitao Li
Thanks for sharing. This is very interesting to us because we are also looking for solution for latency sensitive CPU isolation. On Thu, Dec 15, 2016 at 9:56 AM, ct clmsn wrote: > I'll add in BUILD instructions tonight/this weekend. I'll be releasing > some performance

Re: mesos cpuset isolator module available

2016-12-15 Thread ct clmsn
I'll add in BUILD instructions tonight/this weekend. I'll be releasing some performance counter tools to use in a mesos system (for container applications) very soon. On Thu, Dec 15, 2016 at 12:13 PM, tommy xiao wrote: > thanks for your sharing. v5 > > 2016-12-15 23:40

Re: mesos cpuset isolator module available

2016-12-15 Thread tommy xiao
thanks for your sharing. v5 2016-12-15 23:40 GMT+08:00 ct clmsn : > I've completed a mesos module to support cgroups cpusets. This work is > related to a JIRA ticket that I posted last spring (MESOS-5342). Apologies > for the long delay wrapping up the implementation. > >

mesos cpuset isolator module available

2016-12-15 Thread ct clmsn
I've completed a mesos module to support cgroups cpusets. This work is related to a JIRA ticket that I posted last spring (MESOS-5342). Apologies for the long delay wrapping up the implementation. https://github.com/ct-clmsn/mesos-cpusets If you test it out, have issues, or want to make