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

Convert operation tracking logs to t2 format

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT3.2.0, 4.1.12
    • Affects Version/s: None
    • Component/s: None

      The goal is to find a way to examine operation tracking logs more easily. Presently, the user must run a python script to generate a visualization. The running time of this script is proportional to the length of the log files, which are proportional to the length of the job. For some moderately long jobs, such as evict-stress-multi.wtperf, the visualization script takes days to run. Another problem is that in some cases operation tracking generates a noticeable overhead, so it should not be always on by default. 

      This ticket involves several efforts:

      1) Measure the overhead of operation tracking to decide if it can simply be turned on in existing Jenkins job or if we should run a separate job with operation tracking on.

      2) Parallelize the current visualization script as much as possible to reduce the length of completion.

      3) Create a different, light-weight script, that will summarize operation-tracking logs in a way that they can be displayed in t2. 

            Assignee:
            sasha.fedorova@mongodb.com Sasha Fedorova
            Reporter:
            sasha.fedorova@mongodb.com Sasha Fedorova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: