How can I interpret trace logs from the command line?

John Savill

August 30, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The Windows 2000 Resource Kit provides Tracedmp.exe, which you can use to either process trace log data or poll the trace log realtime and convert the information to a Comma Separated Value (CSV) file. To enable/disable tracing, use the resource kit Tracelog.exe program. The syntax is as follows (see the resource kit Help file for more details):

Usage: tracedmp [options]           | [-h | -? | -help]        -o                 Output CSV file        -guid              MOF definition file        -rt [LoggerName]   Realtime tracedmp from the logger                            [LoggerName]        -summary           Summary.txt only        -h        -help        -?                 Display usage information

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