Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-13901

Add derived t2 statistic to track cache miss rate

    • Storage Engines
    • StorEng - Defined Pipeline

      When looking at the effectiveness of the WiredTiger cache, it can be useful to know how often we have cache misses (i.e., how often a request for data from the cache requires us to read a page from the file.

      The cache miss rate can be computed from existing FTDC statistics as:

      miss rate = wt cache pages read into cachewt cache pages requested from cache

      We should add this to t2 as a derived statistic.

      Note: we should report the "miss rate" rather than a "hit rate".

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: