New functionality suggestion :
A “test-suite-config-file” option so I can conveniently repeat a test without having to complete the interactive wizard
example: ./dxi-healthcheck.bash –my-test-suite-config.yml
Modify the test output naming convention to include the type of test executed. Instead of just “dxi-check_20260609110020” it could be “dxi-check_FIO_Validator_Random_Read_Write_20260609110020”
Support multiple FIO test options; Instead of only [8-All Tests] , allow me to specify “Enter your choice: 1,2,7” (see below)
Select FIO test to run:
* 1: Random read
2: Random write
3: Read latency
4: Write latency
5: Sequential read
6: Sequential write
7: Random read/write
8: All tests
Enter your choice: 1,2,7
Invalid value. Enter a value between 1 and 8.
ER DE677954 created