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

ASF subversion and git services commented on DISPATCH-1955:
-----------------------------------------------------------

Commit c5785d9f557f340ad71440e30ef7a3ffc9a7e058 in qpid-dispatch's branch 
refs/heads/master from Charles E. Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=c5785d9 ]

DISPATCH-1955: TCP adaptor adds byte totals and other stats to logs

 1. Add byte total to logs where incremental values are shown.
 2. Add management stat summary when connection is closed/deleted.

This closes #1026


> 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
>            Priority: Major
>
> 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