Share via


Command Line Parameters for the CEDB Performance and Extended Performance Tests

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The CEDB Performance Test executes the tux –o –d perf_dbEx command line on default execution.

The CEDB Extended Performance Test executes the tux –o –d perf_dbEx_long command line on default execution.

For more information about how to edit the command line for a test, see Editing the Command-Line for a Test.

The following table shows the optional command line parameters for the CEDB Performance and Extended Performance Tests.

Command line parameter Description

-x test_case_ID

Specifies which test case to run.

/path root_path

Specifies the database volume root path.

/dbvol db_volume_filename

Specifies the database volume name.

/db db_name

Specifies the database name.

/sleep

Allows the test suite to pause between each operation.

/interval time

Specifies the interval (in milliseconds) between each CPU/memory snapshot. The default value is 100 ms.

/calibration time

Specifies the CPU calibration duration (in milliseconds). The default value is 100 ms.

For example:

s tux –o –d perf_dbEx –c "/path \Hard Disk /dbvol testVol /db testDB"

The above command will create the database testDB inside the database volume file testVol, on the root path of \Hard Disk.

See Also

Other Resources

CEDB Performance and Extended Performance Tests