Consultor Eletrônico



Kbase P113903: What is "truss" command in Linux?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/10/2008
Status: Verified

GOAL:

What is "truss" command in Linux?

GOAL:

How do I trace processes on Linux?

GOAL:

How do I "truss" processes on Linux?

FACT(s) (Environment):

Linux Intel
OpenEdge Server Technology Category: AppServer

FIX:

The "truss" command on Linux is called "strace", it has similar command line options as truss. For example, to trace a process

strace -fo truss.out sqlexp -db sports2000 -H myhost -S myserv

truss.out is output from strace