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

XMLWordPrintableJSON

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

      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
            Reporter:
            Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: