Re: Is it possible to monitor resource usage per-task for the same executor?

2015-11-02 Thread Alex Rukletsov
In mesos, resources are isolated and accounted per container. A task is
basically a description, it is up to an executor how to interpret it. In
some cases, for example if an executor *just* creates a message in its
internal queue for incoming tasks, it is almost impossible to track
resource usage per task.
On 2 Nov 2015 2:00 pm, "sujz" <43183...@qq.com> wrote:

> Hi, all:
> If we submit a job to framework like Spark, slave node runs our job
> concurrently with launching multiple tasks within the same container, I am
> not sure these tasks are run in per-process or per-thread? If they are in
> thread, can we  monitor resource usage for each task in mesos?
>
> Thank you!


Is it possible to monitor resource usage per-task for the same executor?

2015-11-02 Thread sujz
Hi, all:
If we submit a job to framework like Spark, slave node runs our job 
concurrently with launching multiple tasks within the same container, I am not 
sure these tasks are run in per-process or per-thread? If they are in thread, 
can we  monitor resource usage for each task in mesos?

Thank you!