[
https://issues.apache.org/jira/browse/TS-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604988#comment-14604988
]
ASF GitHub Bot commented on TS-3683:
------------------------------------
Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/218#discussion_r33428474
--- Diff: doc/admin/event-logging-formats.en.rst ---
@@ -170,6 +170,24 @@ The following list describes Traffic Server custom
logging fields.
mm is the two-digit minutes value, and ss is the 2-digit seconds
value (for example, 16:01:19).
+.. _cqtr:
+
+``cqtr``
+ The TCP reused status; indicates if this request went through an
+ already established connection.
--- End diff --
Presume this is the client request? That should be explicitly mentioned.
> 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
> 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)