Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-15261

[SERVER] Investigate changes in SERVER-63263: Add metric for connection establishment once MongoDB accepts() a new connection on a socket

      Original Downstream Change Summary

      New metric, listenerProcessingTime, added to the network document outputted by the serverStatus command.

      Description of Linked Ticket

      We have often seen large delays in client perceived connection establishment latency, and don't have enough data to pin-down exactly where the delay is. While we often suspect delays may be happening in the TCP stack below mongoDB, or perhaps the network, we don't know how long MongoDB itself is taking on average to accept a new connection. 

      As a first step should add a histogram that reveals how much time it takes for connections to be accept()ed on a socket by MongoDB's listener thread, until the connection is given its own dedicated thread and begins to run operations. 

            Assignee:
            jason.price@mongodb.com Jason Price
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              1 year, 32 weeks, 2 days ago