2001-05-15 21:52:44 +02:00
|
|
|
Strace is a process tracer, i.e. a debugging tool that prints out
|
|
|
|
a trace of all the system calls made and signals received by a
|
|
|
|
process itself or a process and its descendants.
|
|
|
|
|
2001-09-07 14:50:30 +02:00
|
|
|
Strace is similar to the native BSD ``truss'' utility, but it's
|
|
|
|
output style is more convenient in most cases.
|
2001-05-15 21:52:44 +02:00
|
|
|
|
2003-04-19 15:30:41 +02:00
|
|
|
WWW: http://strace.sourceforge.net/
|
2001-05-15 21:52:44 +02:00
|
|
|
|
2003-04-19 15:30:41 +02:00
|
|
|
Maintains: Alex Semenyaka (alex@rinet.ru)
|