Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-20217

Allow reporting of page faults and context switches during slow queries

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 3.0.6, 3.1.7
    • Component/s: Concurrency
    • Labels:
      None
    • Fully Compatible
    • Platforms 2017-01-23

      Directly keep track of the number of page faults and related info. The idea is to get the start values of these counters between operations (under control of a new run-time settable server parameter), and if there is a slow query, we do another read to compute the differences and report those.
      The information would be obtained by using getrusage on Linux, and similar functions for other systems where available.

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            geert.bosch@mongodb.com Geert Bosch
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: