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!

