You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by sujz <43...@qq.com> on 2015/11/02 14:01:00 UTC

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

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!