Viewing Test Results for the Winsock Performance Test (Windows CE 5.0)

Send Feedback

On the Windows CE–based device or Windows–based desktop computer that functions as the client, the Winsock Performance Test generates a .txt file for Kato and a .log file. The .log file is a Perflog.dll log file that contains performance data that you can export to .csv format by using the Pparse.exe tool.

After the test finishes, the .log file is available at one of the following locations:

  • In the release directory, if there is a kernel independent transport layer (KITL) connection between the development workstation and the target device.

  • In the root directory of the target device, if there is no KITL connection and if you set the following registry setting before running the test:

    [HKLM\Software\Microsoft\Perf]
      "NoRelease"=DWORD:1
    

To view test results for the Winsock Performance Test

  1. Copy the .log file to the development workstation.

  2. From <Platform Builder installation path>\Cepb\Wcetk\Ddtk\Desktop, copy the Pparse.exe file to the directory that contains the .log file.

  3. In the directory that contains the .log file, run the following command:

    pparse <log file name>.log > <parsed file name>
    

    For <parsed file name>, specify the name of the .csv file that you want to create to store the parsed test results.

  4. In Excel, open the .csv file.

See Also

Winsock Performance Test | Testing a Network Interface by Using the Winsock Performance Test | Testing a Gateway by Using the Winsock Performance Test | Winsock Performance Test Cases

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.