starttrace command
Purpose
Records selected system events.
Syntax
starttrace [ -event Event[, Event ] ...]
Description
The starttrace command starts the trace daemon that configures a trace session and starts the collection of system events. The data collected by the trace function is recorded in the trace log. A report from the trace log can be generated with the cattracerpt command.
Flags
| Flag name | Description |
|---|---|
| -event Event[,Event] | Specifies the user-defined events for which you want to collect trace data.
The Event list items must be separated by commas. Note: The following events are used to determine
the pid, the cpuid, and the exec path name in the cattracerpt report:
|
Exit Status
Examples
- To trace hook 234 and the hooks that allow you to see the process names, enter:
starttrace -event 234,106,10C,134,139,465