Is there anyway to output performance logs directly to a comma separated file?

John Savill

March 4, 1999

1 Min Read
ITPro Today logo

A. The Windows NT Resource Kit ships with the PerfLog service which can output data directly to a file in with comma or tab separated format. To install perform the following:

  1. Copy the files below from the NT resource kit installation dirPerfToolLogTools to the %systemroot%system32
    - pdlcnfig.exe
    - pdh.dll
    - pdlsvc.exe
    - perflog.hlp
    - perflog.cnt

  2. Run the pdlcnfig executable to install the service

  3. Click OK to install the service

  4. The Performance Data Log Service dislaog box will be displayed with 2 tabs allowing Counters to be added and the location of the file to be output to.

To start the service select from the Services control panel applet and click start. You can also start from the command prompt using

C:>net start "performance data log"

To change the config at a later time just rerun the PDLCNFIG.EXE image.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like