Advanced Disk Test - script for running 10 iterations

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RaptorX
    Newbie
    • Jun 2021
    • 1

    #1

    Advanced Disk Test - script for running 10 iterations

    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!
  • Richard (PassMark)
    Administrator
    • May 2010
    • 967

    #2
    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

    Working...