osrtruss(1)
osrtruss --
truss command for OpenServer applications
Synopsis
osrtruss [options] [command [args]]
Description
Use this command from an OpenServer shell (see
openserver(1))
to debug OpenServer applications running under the OpenServer Kernel
Personality (OKP).
The options and arguments are the same as the UnixWare truss command.
See the
truss(1)
manual page for more information.
Usage
Using osrtruss under OKP can be tricky.
osrtruss is a statically linked binary,
which avoids shared library problems.
To run it from an OKP shell is still awkward, however, since it needs
to be told where to find a UnixWare /proc filesystem to use.
The following example shows how to use it to
trace the OpenServer /bin/echo command:
/unixware/usr/bin/osrtruss -P /unixware/proc /bin/echo "hello"
See Also
openserver(1)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004