OS PID Trace: How to ?

In HP UX :
======

# tusc -afpo <output file> <PID> <executable>

Linux:
======

# strace ,ktrace/kdump, ltrace

# strace -fo <output file> <executable>

In Aix:
========

#truss

#truss -aefo <output file> <executable>

&

#trace


Post a Comment

0 Comments