Share via


Command-Line Parameters for the USB Performance Test (Windows Embedded CE 6.0)

1/6/2010

This test measures host-side and device-side performance at the bus level in order to identify general performance issues. The tests include several modes that help you narrow down possible issues. The USB performance test performs transfers at the lowest level of the bus, allowing tracking of performance issues in the bus driver itself.

The following example shows the syntax for the two commands you must run in sequence for the USB Host-Controller Driver test. For information about the Lufldrv command, see Running the USB Host-Controller Driver Test.

Syntax

lufldrv.exe {-1|-2|-3|-f}
tux.exe [tuxparams] -n -d usbperf.dll 

Command-Line Parameters

Command-line parameter Description

lufldrv.exe

Loads the specified loop-back configuration driver.

-1

Specifies that lufldrv.exe loads the Loop-back Configuration #1 driver, LpBkCfg1.dll.

-2

Specifies that lufldrv.exe loads the Loop-back Configuration #2 driver, LpBkCfg2.dll.

-3

Specifies that lufldrv.exe loads the custom loop-back driver you created: LpBkCfgNew.dll. For more information about creating a custom loop-back configuration driver, see Running the USB Host-Controller Driver Test.

-f

Causes the device to operate at full-speed, rather than at high-speed, which is the default

tux.exe tuxparams

For information about the command-line parameters of the Tux test harness, see Tux Command-Line Parameters.

tuxoptions

For information about options that affect the Tux test harness, see Editing the Command-Line for a Test.

-n

Runs tests in kernel mode.

-d usbperf.dll

Specifies the DLL to use for the USB Performance test.

See Also

Other Resources

USB Performance Test