You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "David Robinson (JIRA)" <ji...@apache.org> on 2013/10/25 01:57:02 UTC

[jira] [Created] (MESOS-772) expose count of running tasks

David Robinson created MESOS-772:
------------------------------------

             Summary: expose count of running tasks
                 Key: MESOS-772
                 URL: https://issues.apache.org/jira/browse/MESOS-772
             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#6144)