You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/09/17 20:24:05 UTC

[jira] [Resolved] (FLINK-2547) Provide Cluster Status Info

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

Stephan Ewen resolved FLINK-2547.
---------------------------------
    Resolution: Fixed

Implemented in 01b0fc8fc44d2454ef351928e73f5d49f9e41247

> Provide Cluster Status Info
> ---------------------------
>
>                 Key: FLINK-2547
>                 URL: https://issues.apache.org/jira/browse/FLINK-2547
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Webfrontend
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Minor
>             Fix For: 0.10
>
>
> Add a request to the web server that returns
> {code}
> {
>   "taskmanagers" : numTaskmanagers,
>   "slots-total" : numSlotsTotal, 
>   "slots-available" : nonSlotsAvailable,
>   "jobs-running" : numJobsRunning,
>   "jobs-finished" : numJobsFinished,
>   "jobs-cancelled" : numJobsCancelled,
>   "jobs-failed" : numJobsFailed
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)