Xperf Actions
Applies To: Windows 8, Windows 8.1
Xperf actions are trace processing components that collate event information to produce text reports. Actions produce summarized reports that are specific to a set of events such as registry accesses, context switches, file accesses, or system configuration.
All actions are invoked using the following command-line pattern:
xperf -i input.etl -o output.txt -a <action_name> [action_parameters]
Where input.etl is the name of the trace file, output.txt is the name of the report file, and <action_name> is the name of the action. The action name is always preceded by the -a
command-line switch. The action name can be followed by one or more action-specific parameters.
In This Section
Action | Description |
---|---|
Shows boot and shut down statistics. |
|
Shows boot pre-fetching events. |
|
Shows CPU/disk activity. |
|
Shows context switch data. |
|
Shows disk I/O statistics. |
|
Shows a histogram of disk activity and idle times. |
|
Shows deferred procedure call and interrupt service routine statistics. |
|
Shows driver delays. |
|
Dumps events in text form. |
|
Shows file names. |
|
Shows the Windows® thread focus change events. |
|
Shows hard fault statistics by process and file. |
|
Shows process heap information. |
|
Shows marks information. |
|
Shows page fault information. |
|
Shows process performance counters. |
|
Shows Plug and Play events. |
|
Shows prefetch information. |
|
Shows process, thread, and image information. |
|
Shows sampled profiler data. |
|
Shows registry access statistics. |
|
Shows service status information. |
|
Shows shutdown statistics. |
|
Shows spinlock information. |
|
Shows stack information. |
|
Shows suspend transition information. |
|
Shows system configuration information. |
|
Shows trace statistics. |
|
Shows Winlogon events. |