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

Be able to give wt_verify.py the output of the wt tool as an input

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT11.3.0, 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: Tools
    • Storage Engines
    • 3
    • 2024-08-06 - Withholding Tax

      Current, we can use the wt_verify.py script with the following options:

      python3 wt_verify.py  -d dump_pages
      python3 wt_verify.py  -d dump_blocks
      

      This will call internally wt verify -d dump_pages|dump_blocks and save that file. By default, this file is called wt_output_file.txt.

      It would be great to generate it once and then reuse to save time.

      This could be done through an option:

      python3 wt_verify.py --new_option <path_to_wt_output> -d dump_pages|dump_blocks
      

      The right option dump_pages|dump_blocks should be given depending on the given file. This would then generate the right plots.

            Assignee:
            zunyi.liu@mongodb.com Zunyi Liu
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: