You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Chris Lambert (JIRA)" <ji...@apache.org> on 2013/11/11 23:44:20 UTC

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

     [ https://issues.apache.org/jira/browse/MESOS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lambert updated MESOS-519:
--------------------------------

    Flagged: Impediment

> 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
>              Labels: twitter
>             Fix For: 0.16.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 was sent by Atlassian JIRA
(v6.1#6144)