[
https://issues.apache.org/jira/browse/TS-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582228#comment-14582228
]
ASF GitHub Bot commented on TS-3683:
------------------------------------
GitHub user fpesce opened a pull request:
https://github.com/apache/trafficserver/pull/218
TS-3683: Add log tag for SSL Session/Ticket HIT and TCP connection reused
Additionally, a TSAPI function for those who used an external/plugin
implementation for SSL Ticket/Session is provided.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fpesce/trafficserver TS-3683
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/218.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #218
----
commit 363a9044ab6421ef97dd3b07c1dd8b7016008d51
Author: Francois Pesce <[email protected]>
Date: 2015-06-11T17:02:57Z
TS-3683: Add a tag to log SSL Session/Ticket HIT as well as TCP connection
reused
----
> 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
>
> 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)