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

Record temporary disk usage by queries, index builds, etc.

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Diagnostics
    • Labels:
    • Query Execution

      When diagnosing issues related to i/o capacity it may be necessary to account for all i/o generated by mongod. Currently we monitor in FTDC disk usage for WT data files and WT journal, and can easily compute mongod log usage.

      However we don't record i/o volume (bytes written and read) for temporary files used by queries for sorting, index builds, etc. Can we record this in FTDC? In order to be useful this would need to be recorded as a running total as the query proceeds (as opposed to simply bumping a counter at the end of the operation).

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            bruce.lucas@mongodb.com Bruce Lucas (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            19 Start watching this issue

              Created:
              Updated: