Command Line Parameters for the Kernel Scheduler Test (Windows Embedded CE 6.0)
1/6/2010
The Kernel Scheduler Test executes the tux -o -d ksched command line on default execution. To see help for the Kernel Scheduler Test, use tux -o -d ksched -c -h.
The following table shows the command-line parameters for the Kernel Scheduler Test.
Command line parameter | Description (default value) |
---|---|
/e:value |
Specifies the maximum number of errors tolerated before the test aborts (10). |
/h:value |
Specifies the highest priority to be assigned to a thread (1). |
/l:value |
Specifies the lowest priority to be assigned to a thread (247). |
/n:value |
Specifies the number of threads to run concurrently (100). |
/s:value |
Specifies the maximum time to sleep, in milliseconds (15). |
/r:value |
Specifies the test run time, in milliseconds (300000). |
/t:value |
Tolerance Time (2 milliseconds). |
/c:value |
Runs continuously (NO); this is bounded by "/e:". |