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

[jira] [Commented] (TS-3683) Add a tag to log SSL Session/Ticket HIT as well as TCP connection reused

    [ https://issues.apache.org/jira/browse/TS-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14616860#comment-14616860 ] 

ASF GitHub Bot commented on TS-3683:
------------------------------------

Github user shinrich commented on the pull request:

    https://github.com/apache/trafficserver/pull/218#issuecomment-119238728
  
    My only comment is about the limits of the client_* fields.  As they stand, they only accurately track HTTP/1.x over TCP/SSL, not requests over SPDY/H2.  I know that this is something additional you are working on and can be added in via an addition jira.
    
    This pull request also needs to be rebased before it can be committed.


> Add a tag to log SSL Session/Ticket HIT as well as TCP connection reused
> ------------------------------------------------------------------------
>
>                 Key: TS-3683
>                 URL: https://issues.apache.org/jira/browse/TS-3683
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Logging
>            Reporter: François Pesce
>            Assignee: Alan M. Carroll
>              Labels: yahoo
>             Fix For: 6.1.0
>
>
> These tags would be useful for performance metrics collection:
> <%cqtr> The TCP reused status; indicates if this request went through an already established connection.
> <%cqssr> The SSL session/ticket reused status; indicates if this request hit the SSL session/ticket and avoided a full SSL handshake.
> both of them would display respectively 0 or 1 , if resp. not reused or reused.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)