You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/01/28 04:03:40 UTC

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

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

Vinod Kone edited comment on MESOS-772 at 1/28/14 3:02 AM:
-----------------------------------------------------------

https://reviews.apache.org/r/17442/
https://reviews.apache.org/r/17443/


was (Author: vinodkone):
https://reviews.apache.org/r/17442/

> 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
>            Assignee: Vinod Kone
>            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)