[
https://issues.apache.org/jira/browse/SCB-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606181#comment-16606181
]
ASF GitHub Bot commented on SCB-894:
------------------------------------
wujimin opened a new pull request #896: [SCB-894] measure httpServer and
httpClient
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/896
- 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
DefaultVertxMetricsFactory create DefaultVertxMetrics
DefaultVertxMetrics create DefaultHttpClientMetrics
DefaultVertxMetrics create DefaultHttpServerMetrics
----------------------------------------------------------------
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)