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.