Is there anyway to output performance logs directly to a comma separated file?
March 4, 1999
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:
Copy the files below from the NT resource kit installation dirPerfToolLogTools to the %systemroot%system32
- pdlcnfig.exe
- pdh.dll
- pdlsvc.exe
- perflog.hlp
- perflog.cntRun the pdlcnfig executable to install the service
Click OK to install the service
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
You May Also Like