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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)