ensuring a particular task is deployed to "all" Mesos Worker hosts

2017-06-30 Thread Erik Weathers
hi Mesos folks! My team is largely responsible for maintaining the Storm-on-Mesos framework. It suffers from a problem related to log retrieval: Storm has a process called the "logviewer" that is assumed to exist on every host, and the Storm UI provides links to contact this process to download

Re: Mesos-Metrics per task

2017-06-30 Thread Tomek Janiszewski
What isolators are you using? To get CPU usage you need to enable cgroups/cpu [1] 1: https://gist.github.com/chetan/9c519c68549b55d71709cb8cc62206ae#cgroupscpu pt., 30.06.2017, 09:59 użytkownik Thodoris Zois napisał: > From the resources that Mesos allocated for a specific task, i would like >

Re: Mesos-Metrics per task

2017-06-30 Thread Thodoris Zois
From the resources that Mesos allocated for a specific task, i would like to get somehow how much the task truly used with percentage. Maybe it wasn’t clear before, that’s why i am mentioning it. At Mesos UI for some reason i don’t see enough info for tasks etc. They are all the time empty….