Tracerpt Command in Windows Server 2008

In this article I am going to explain about tracerpt command in windows server 2008 operating system.
  • 2063

Introduction

The operating system tracerpt command is used to  parse Event Trace Logs, log files generated by Performance Monitor, and real-time Event Trace providers. It generates dump files, report files, and report schemas.

Syntax of
Tracerpt command

tracerpt <[-l] <value [value [...]]>|-rt <session_name [session_name [...]]>> [options]


Parameters in Tracerpt command

It contains following parameter, which is given below:
 
Parameter Description
<[-l] <value [value [...]]> It specify the Event Trace log file to process.
-rt <session_name[session_name [...]]> It specify Real-time Event Trace Session data sources.

Example of Tracerpt command

tracerpt -rt "NT Kernel Logger" -o logfile.csv -of CSV

Output:

Tracerpt-in-Windows-Server-2008.jpg

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.