sotruss — Trace Shared Library Procedure Calls

Synopsis

/usr/bin/sotruss [-f][-F bindfromlist][-T bindtolist] 
  [-o outputfile] executable [executable arguments...] 

Description

The sotruss command executes the specified command and produces a trace of the library calls that it performs. Each line of the trace output reports what bindings are occurring between dynamic objects as each procedure call is executed. sotruss traces all of the procedure calls that occur between dynamic objects via the Procedure Linkage Table, so only those procedure calls that are bound via the Procedure Linkage Table are traced. See Linker and Libraries Guide.

Options

-f Follow all children created by fork(), and print truss output on each child process. This option ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.