You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Niklas Quarfot Nielsen (JIRA)" <ji...@apache.org> on 2014/01/27 19:25:51 UTC

[jira] [Resolved] (MESOS-775) expose count of running tasks

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

Niklas Quarfot Nielsen resolved MESOS-775.
------------------------------------------

    Resolution: Duplicate

Duplicate of MESOS-772

> expose count of running tasks
> -----------------------------
>
>                 Key: MESOS-775
>                 URL: https://issues.apache.org/jira/browse/MESOS-775
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: David Robinson
>            Priority: Minor
>
> The stats endpoint doesn't show the current number of running tasks:
> $ curl -s http://localhost:5051/slave\(1\)/stats.json | python2.7 -m json.tool
> {
>     "failed_tasks": 0,
>     "finished_tasks": 0,
>     "invalid_status_updates": 0,
>     "killed_tasks": 0,
>     "lost_tasks": 0,
>     "recovery_errors": 0,
>     "registered": "1",
>     "staged_tasks": 2,
>     "started_tasks": 0,
>     "total_frameworks": 1,
>     "uptime": 1168.518182912,
>     "valid_status_updates": 0
> }
> Can this be added please?



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)