Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-476

Undertow mod_cluster CLI: Display node's Elected, Read, Transferred, Connected stats

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR9
    • 7.0.0.DR6
    • Undertow

      As a follow up to JBEAP-215, this bug report is a member of a series addressing crucial CLI management capabilities.

      Implement & Display node's Elected, Read, Transferred and Connected stats

      At the moment, this is all there is to see:

      "balancer" => {
          "qa_balancer" => {"node" => {"worker-2" => {
              "load" => 89,
              "status" => "NODE_UP",
              "context" => {"/clusterbench" => {
                  "requests" => 0,
                  "status" => "enabled"
              }}
          }}},
      ...
      

      Furthermore, at a glance, it appears that a part of the needed stats is a mere placeholder at the moment: NodeStats.java

      Call to action

      Display the aforementioned stats for each node. Let me set priorities according to what is really used in the battlefield:

      • Critical: Elected (it is often correlated with Load during load metric history and capacity tuning)
      • Minor: Read
      • Minor: Transferred
      • Minor: Connected

            sdouglas1@redhat.com Stuart Douglas
            mbabacek1@redhat.com Michal Karm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: