[
https://issues.apache.org/jira/browse/MESOS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Mahler updated MESOS-519:
----------------------------------
Description:
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.
was:
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:
'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.
> 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