[
https://issues.apache.org/jira/browse/SCB-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606276#comment-16606276
]
ASF GitHub Bot commented on SCB-894:
------------------------------------
coveralls edited a comment 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/18866651)
Coverage increased (+0.09%) to 86.098% when pulling
**57991fe0e46c773d8b6685455e746f9d2df2f423 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)