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

Expose WiredTiger block-manager stats with scale support

    • Fully Compatible
    • Execution Team 2019-12-16, Execution Team 2019-12-30, Execution Team 2020-01-13, Execution Team 2019-12-30
    • 50

      Presently the commands db.stats() and db.collection.stats() both accept scale parameters. The WiredTiger stats reported by db.collection.stats() are hard coded by description and value to denote units in bytes only.

      This request is to expose some WiredTiger statistics by mapping them directly into a db.collection.stats() method to support the scale option.

      Notably the WiredTiger "block-manager" stats of interest (but not limited to):

      • db.collection.stats( { scale: 1 }).storageSize maps to "wiredTiger"."block-manager"."file size in bytes"
      • db.collection.stats( { scale: 1 }).freeListSize maps to "wiredTiger"."block-manager"."file bytes available for reuse"

       

       

            Assignee:
            daniel.ernst@mongodb.com Daniel Ernst
            Reporter:
            luke.prochazka@mongodb.com Luke Prochazka
            Votes:
            3 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: