You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/06 17:59:00 UTC

[jira] [Commented] (SCB-894) measure httpServer and httpClient

    [ 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:
users@infra.apache.org


> 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)