fio-plot
fio-plot copied to clipboard
Command-line arguments and INI configuration file have separate codebases
Although fio-plot and bench-fio now have support for INI files in addition to command-line parameters. However there can be a difference between the CLI parameters and the INI file because they are 100% separate.
The ideal situation would be to generate the INI and CLI code based on one spec for the parameters. That spec could be just a JSON or CSV file containing information about each configuration parameter. This would assure 100% consistency and quality.