You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2020/05/12 22:14:49 UTC

[trafficserver] branch master updated (42323fa -> 66f2306)

This is an automated email from the ASF dual-hosted git repository.

sudheerv pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 42323fa  Script to find mutexes/futexes that are contending
     add 66f2306  Add metrics to track default inactivity timed out connections (#6755)

No new revisions were added by this update.

Summary of changes:
 .../monitoring/statistics/core/network-io.en.rst      |  7 +++++++
 iocore/net/I_NetVConnection.h                         |  4 +++-
 iocore/net/Net.cc                                     |  6 ++++--
 iocore/net/NetEvent.h                                 |  6 +++++-
 iocore/net/P_Net.h                                    |  3 ++-
 iocore/net/P_UnixNetVConnection.h                     |  2 ++
 iocore/net/UnixNet.cc                                 | 12 ++++++++++++
 iocore/net/UnixNetVConnection.cc                      | 19 +++++++++++++++----
 proxy/PluginVC.cc                                     | 12 ++++++++++++
 proxy/PluginVC.h                                      |  2 ++
 10 files changed, 64 insertions(+), 9 deletions(-)