[
https://issues.apache.org/jira/browse/SCB-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606222#comment-16606222
]
ASF GitHub Bot commented on SCB-894:
------------------------------------
coveralls commented on issue #896: [SCB-894] measure httpServer and httpClient
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/896#issuecomment-419195852
[](https://coveralls.io/builds/18865987)
Coverage increased (+0.08%) to 86.086% when pulling
**241130f61e8e0e327c8c8e9b986c8d89e0973f74 on wujimin:vertx-measure-http** into
**51eeae63331c6d2bcdf4e14c3acbd0dec4cf138b on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> measure httpServer and httpClient
> ---------------------------------
>
> Key: SCB-894
> URL: https://issues.apache.org/jira/browse/SCB-894
> Project: Apache ServiceComb
> Issue Type: Sub-task
> Components: Java-Chassis
> Reporter: wujimin
> Assignee: wujimin
> Priority: Major
> Fix For: java-chassis-1.1.0
>
>
> * http server endpoint for each listen address
> ** summary of connect count
> ** summary of disconnect count
> ** current connection count: connect - disconnect
> ** summary of bytes read
> ** summary of bytes written
> * http server socket
> ** connected flag
> ** connected nano time
> * http client endpoint for each remote address
> ** same to http server endpoint
> ** expired check after connection pool closed
> * http client socket
> ** same to http server socket
> ** nano time of got a connection from pool, by this we can know how long did
> it take to got a connection
> ** nano time of written request to netty queue
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)