Solaris Common Desktop Environment: User's Guide

To Trace System Calls

During its execution, a process makes calls to the UNIX kernel, or system calls. You might want to trace these system calls to see the affect they are having on other processes.

  1. Select a process entry in the Process Manager scrolling pane.

  2. Choose Trace System Calls from the Process menu.

    Process Manager displays a dialog box requesting you to enter optional arguments.

  3. Click OK.

    Each line of the trace output reports either the fault or signal name or the system call name with its arguments and return values. For further information, see the truss(1) man page.


Tip –

The equivalent UNIX command is:

truss -p PID

where PID is the process ID of the selected process.