[jboss-jira] [JBoss JIRA] (WFLY-4420) Need Hot fix for WildFly 8.2 : Expose connector metric values such as requestCount , maxTime, bytesReceived, etc
bk lau (JIRA)
issues at jboss.org
Wed Mar 11 16:46:19 EDT 2015
bk lau created WFLY-4420:
----------------------------
Summary: Need Hot fix for WildFly 8.2 : Expose connector metric values such as requestCount , maxTime, bytesReceived, etc
Key: WFLY-4420
URL: https://issues.jboss.org/browse/WFLY-4420
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 8.0.0.Final
Reporter: bk lau
Assignee: Stuart Douglas
Fix For: 9.0.0.Beta1
while using jboss 7.2.0 we were able to fetch above values from the cli command as
{noformat}
[domain at test.com:9999 subsystem=web] ls
configuration valve default-virtual-server=default-host native=false
connector virtual-server instance-id=${jboss.node.name}
[domain at test.com:9999 connector] ls
ajp http
[domain at test.com:9999 connector] cd http
[domain at test.com:9999 connector] pwd
/profile=ha/subsystem=web/connector=http
[domain at test.com:9999 connector=http] ls
configuration max-connections=undefined proxy-port=undefined
ssl max-post-size=2097152 redirect-port=443
bytesReceived= max-save-post-size=4096 requestCount=
bytesSent= maxTime= scheme=http
enable-lookups=false name=http secure=false
enabled=true processingTime= socket-binding=http
errorCount= protocol=HTTP/1.1 virtual-server=undefined
executor=undefined proxy-name=undefined
{noformat}
Now we have moved to wildfly8 and trying to look for the same values in underetow( as there is no "web" subsystem in wildfly8)
as below
{noformat}
[domain at test2.com:9990 subsystem=undertow] ls
buffer-cache server default-servlet-container=default statistics-enabled=false (Here there is no connector attribute available as this was in jboss 7.2.0 )
configuration servlet-container default-virtual-host=default-host
error-page default-server=default-server instance-id=${jboss.node.name}
{noformat}
but the listners(HTTP, AJP and HTTPS ) are defined in the server attribute...hence going into server attribute we get the below as
{noformat}
[domain at test2.com:9990 server=default-server] ls
ajp-listener host http-listener https-listener default-host=default-host servlet-container=default
{noformat}
after getting into http-listener we get the below
{noformat}
[domain at test2.com:9990 http-listener=default] ls
allow-encoded-slash=false certificate-forwarding=false max-cookies=200 max-post-size=10485760 socket-binding=http
always-set-keep-alive=true decode-url=true max-header-size=51200 proxy-address-forwarding=false url-charset=UTF-8
buffer-pipelined-data=true enabled=true max-headers=200 record-request-start-time=false worker=default
buffer-pool=default max-buffered-request-size=16384 max-parameters=1000 redirect-socket=https
{noformat}
Can someone please look into it ..?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list