Add WiredTiger cache info to mongostat

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: mongostat
    • None

      We can add two columns for wiredTiger cache which tracks:

      • % dirty which will fluctuate with the workload
      • % used should just grow til max is hit

      Use the following stats:

      • db.serverStatus().wiredTiger.cache["tracked dirty bytes in the cache"]
      • db.serverStatus().wiredTiger.cache["bytes currently in the cache"]
      • db.serverStatus().wiredTiger.cache["maximum bytes configured"]

              Assignee:
              Michael O'Brien
              Reporter:
              Daniel Pasette (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: