Hello! I need to run a fixed number of iterations (for example 10) of the Advanced Disk Test for a specific drive in my system. How exactly can I do that? Is there any tutorial for achieving this? Thank you very much!
Announcement
Collapse
No announcement yet.
Advanced Disk Test - script for running 10 iterations
Collapse
X
-
We don't have any tutorials for this scenario, but you should be able to accomplish this with scripting. Check the help file in PerformanceTest under Other Information->Scripting for available commands. The commands that would be of interest would be
ADT_ADDTHREAD - Adds a thread to the advanced disk test.
ADT_SETEXPORT - Sets options for data the data will be exported after ADT_RUNTESTS is completed.
ADT_RUNTESTS - Runs the advanced disk test.
Comment