You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2013/07/23 03:48:48 UTC

[jira] [Commented] (MESOS-519) Deprecate and remove old monitoring endpoint.

    [ https://issues.apache.org/jira/browse/MESOS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715972#comment-13715972 ] 

Benjamin Mahler commented on MESOS-519:
---------------------------------------

https://reviews.apache.org/r/12765/
                
> Deprecate and remove old monitoring endpoint.
> ---------------------------------------------
>
>                 Key: MESOS-519
>                 URL: https://issues.apache.org/jira/browse/MESOS-519
>             Project: Mesos
>          Issue Type: Task
>    Affects Versions: 0.13.0
>            Reporter: Benjamin Mahler
>            Assignee: Benjamin Mahler
>             Fix For: 0.14.0
>
>
> We've added a new monitoring endpoint to improve the resource usage naming scheme, and remove cpu_usage (which was a source of confusion as it's based on an arbitrary 5 second interval).
> Old: http://localhost:5051/monitor/usage.json (deprecated in 0.13.0)
> New: http://localhost:5051/monitor/statistics.json (added in 0.13.0)
> The old endpoint contained the following per-executor:
> 'cpu_time'
> 'cpu_usage'
> 'memory_rss'
> The new endpoint contains the following per-executor:
> 'cpus_user_time_secs'
> 'cpus_system_time_secs'
> 'cpus_limit'
> 'memory_rss_bytes'
> 'memory_limit_bytes'
> In 0.14.0 we will remove the old endpoint.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira