Acceptance criteria -
Create a Python script and allow it to -
- Argument Parsing: To handle command-line arguments.
- Command Execution: Running the wt command line based on the parsed arguments.
- Output Parsing: Extracting and formatting the output from the command. (Will be done as part of https://jira.mongodb.org/browse/WT-12342)
- Output Handling: Writing the parsed output to a specified file.
- Visualization: data visualization based on user input.
Things to consider -
- Ensure the script follows PEP8 standards - https://peps.python.org/pep-0008/