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/08/19 16:31:46 UTC

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

Stephan Ewen created FLINK-2547:
-----------------------------------

             Summary: 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)