Tech Support > Microsoft Windows > Performance/Maintainence > Interpreting Tracerpt.exe Output
Interpreting Tracerpt.exe Output
Posted by Pick on March 5th, 2006


I'm running a trace to gather info about processes.
Tracerpt.exe produces a .csv output file that can be viewed in excel.
I would like to convert the "Clock Time" values to actual times so that I
can see what time processes actually start and stop.
Is this possible?

Posted by Pick17 on March 6th, 2006


I have located Logparser, a commandline utility that lets you run SQL
queries against a variety of log files and outputs. See www.logparser.com

Pick wrote: