Undertow mod_cluster CLI: Display node's Flushpackets, Flushwait,
Ping, Smax and Ttl properties
-----------------------------------------------------------------------------------------------
Key: WFLY-5002
URL:
https://issues.jboss.org/browse/WFLY-5002
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Reporter: Michal Karm Babacek
Assignee: Stuart Douglas
Labels: mod_cluster
Fix For: 10.0.0.Alpha6
As a follow up to JBEAP-215, this bug report is a member of a series addressing crucial
CLI management capabilities.
h3. Display node's Flushpackets, Flushwait, Ping, Smax and Ttl properties
At the moment, this is all there is to see:
{noformat}
"balancer" => {
"qa_balancer" => {"node" => {"worker-2" => {
"load" => 89,
"status" => "NODE_UP",
"context" => {"/clusterbench" => {
"requests" => 0,
"status" => "enabled"
}}
}}},
...
{noformat}
h3. Call to action
For any serious enterprise deployment, users need to tweak at least ping and ttl
attributes and they will need to be able to see their values on Undertow mod_cluster proxy
balancer CLI console per each worker.