> On Jun 29, 2017, at 3:53 PM, Thodoris Zois <z...@ics.forth.gr> wrote:
> 
> Hello, i would like to get some metrics per task. E.g memory/cpu usage is 
> there any way? 
> 
> Thank you! 

You can use the GET_CONTAINERS agent API call 
<http://mesos.apache.org/documentation/latest/operator-http-api/> to get 
resource usage for a container, then match up the container to a task by using 
other master and agent APIs to match the framework ID and executor ID.

J

Reply via email to