Charles E. Rolke created DISPATCH-1955:
------------------------------------------

             Summary: TCP adaptor logs could show total bytes and other 
statistics
                 Key: DISPATCH-1955
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1955
             Project: Qpid Dispatch
          Issue Type: Improvement
            Reporter: Charles E. Rolke
            Assignee: Charles E. Rolke


1. TCP adaptor tracks bytes in and out. The totals could be logged whenever the 
incremental values are logged.
{code:java}
2021-02-10 16:03:30.028139 -0500 TCP_ADAPTOR (debug) [C2] 
PN_RAW_CONNECTION_READ Read 8192 of 1039574 bytes
{code}
2. When a TCP connection is closed a summary of the connections's management 
statistics could be logged.
{code:java}
2021-02-10 16:03:30.029574 -0500 TCP_ADAPTOR (debug) [C2] 
qdr_del_tcp_connection_CT 0.0.0.0:5201 (1) bytes_in=1048576, bytes_out=0, 
opened_time=3, last_in_time=3, last_out_time=0
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to