Bug 1090953 - Webconsole doesn't provide details (like RequestCount, ResponseCount, FaultCount) for WS deployments we had in EAP 5
Summary: Webconsole doesn't provide details (like RequestCount, ResponseCount, FaultCo...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER6
: EAP 6.3.0
Assignee: Harald Pehl
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On: 1099366
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-24 13:02 UTC by Rostislav Svoboda
Modified: 2015-02-01 23:01 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:39:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
WS-subsystem-runtime.png (78.20 KB, image/png)
2014-04-24 13:02 UTC, Rostislav Svoboda
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-396 0 Major Resolved Provide more details about deployed web services 2014-07-22 12:04:25 UTC

Description Rostislav Svoboda 2014-04-24 13:02:22 UTC
Created attachment 889267 [details]
WS-subsystem-runtime.png

Webconsole doesn't provide details (like RequestCount, ResponseCount, FaultCount) for WS deployments we had in EAP 5.
Screenshot of current details for WS endpoint is available as attachment.

Management model provides all necessary data, checked using CLI

[standalone@localhost:9999 deployment=jaxws-samples-webservice01-ejb3.jar] :read-resource(recursive=true, include-runtime=true)
....
        "subsystem" => {
            "webservices" => {"endpoint" => {"jaxws-samples-webservice01-ejb3%3AEJB3Bean01" => {
                "average-processing-time" => "10",
                "class" => "org.jboss.test.ws.jaxws.samples.webservice.EJB3Bean01",
                "context" => "jaxws-samples-webservice01-ejb3",
                "fault-count" => "0",
                "max-processing-time" => "65",
                "min-processing-time" => "2",
                "name" => "EJB3Bean01",
                "request-count" => "10",
                "response-count" => "10",
                "total-processing-time" => "109",
                "type" => "JAXWS_EJB3",
                "wsdl-url" => "http://localhost:8080/jaxws-samples-webservice01-ejb3?wsdl"
            }}},
...

I suggest to expose at least "request-count", "response-count", "fault-count".
"max-processing-time" and "min-processing-time" are optional from my PoV.

Comment 1 JBoss JIRA Server 2014-05-20 09:05:06 UTC
Harald Pehl <hpehl> updated the status of jira HAL-396 to Resolved

Comment 2 Kabir Khan 2014-05-20 19:59:02 UTC
Fixed by 1099366

Comment 3 Rostislav Svoboda 2014-06-12 12:43:11 UTC
Verified on EAP 6.3.0 ER7


Note You need to log in before you can comment on or make changes to this bug.