I would like to profile the read/write speed of my SSD in between loading it with a large number of cycles with BIT. The script I have prepared doesn't quite work as expected, with the command line immediately closing and moving on with burn-in-tests
LOAD <my config file>
loop 100
{
EXECUTEWAIT "C:\diskspd.exe" ""-Z4k -b4K -d5 -o1 -t1 -W0 -r -S -w100 testfile.dat >> results.txt"
RUN CONFIG
}
How can I call and wait for diskspd to run?
LOAD <my config file>
loop 100
{
EXECUTEWAIT "C:\diskspd.exe" ""-Z4k -b4K -d5 -o1 -t1 -W0 -r -S -w100 testfile.dat >> results.txt"
RUN CONFIG
}
How can I call and wait for diskspd to run?
Comment