Share via


Implementing a Network Performance Test (Windows CE 5.0)

Send Feedback

After you have designed a network performance test that is suitable for your hardware, you can implement the test. The following steps show the general process of implementing a network performance test. Your specific implementation procedure will vary, based on your testing goals and on your hardware and software choices.

Note   Microsoft recommends that you use the NDIS Performance Test in the Windows CE Test Kit (CETK) to test the performance of your NDIS miniport driver.

To implement the network performance test

  1. Compile your test as an executable (.exe) file.

  2. Using Microsoft Platform Builder, create a Windows CE OS design.

    For more information, see Creating an OS Design.

  3. Verify that virtual network miniport (VMINI) support is disabled for your OS design.

    For more information, see Ethernet Connection Options.

  4. Disable the kernel independent transport layer (KITL).

    For more information, see Enabling KITL.

  5. Build your run-time image.

    For more information, see Building a Run-Time Image.

  6. Download your run-time image to your target device.

    For more information, see Downloading a Run-Time Image.

  7. Verify that no application or service is running on your target device.

  8. Disable all network interface cards (NICs) for your target device, other than the NIC that is being tested.

  9. Verify that your network is completely isolated.

    Your network should have no traffic other than that generated by the network performance test.

  10. Run the network performance test on your target device using your run-time image.

    For more information, see Launching an Application While the Debugger Is Running.

  11. Run the same performance test on your target device using a different OS, such as a Windows-based desktop OS.

You can now analyze network performance test results. For more information, see Evaluation of Network Performance Test Results.

See Also

Improving Performance of an NDIS Miniport Driver

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.