Tracerpt
Updated: January 21, 2005
Syntax
Parameters
Remarks
- Viewing Dumpfile.csv files in Microsoft Excel
Opening the Dumpfile.csv format in Microsoft Excel allows you to view events in chronological order. The files include header records followed by comma-delimited text. The header fields are listed below:
Field Description TID Thread identifier Clock time Event timestamp Kernel (ms) Processor time in kernel mode User (ms) Processor time in user mode User data Variable piece of header data based on the Managed Object Format (MOF) structure. IID Instance ID PIID Parent Instance ID -
Using the -report option
To use the report option, you must include a Windows kernel trace file, and any other event trace file in your command line. You will receive an error message without this in your command line.
-
Using the -summary option
When you use the -summary option, the following file is generated:
Files processed (list of files) Total buffers processed N Total events processed N Total events lost N Start time DATE_LONGDATE End time DATE_LONGDATE Elapsed time N sec
-
Using the -config option
The contents of the setting file used with the -config option should have the following format:
[CommandOption]
Value
where CommandOption is a command line option and Value specifies its value. For example:
[o]
output.txt
[report]
report.txt
[summary]
summary.txt
- For more information about incorporating Tracerpt into your Windows Management Instrumentation (WMI) scripts, see "Scripting WMI" at the Microsoft Windows Resource Kits Web site .
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |