次の方法で共有


Viewing Test Results for the Winsock Performance Test (Windows Embedded CE 6.0)

1/6/2010

On the Windows Embedded 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. For more information on performance log files, see Managing Performance Results Using PerfLog.

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]

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 Pparse.exe to the directory that contains the log file.

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

    pparse log_filename parsed_filename

    where log_filename is the name of the log file and parsed_filename is 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

Other Resources

Winsock Performance Test