On Tue, 6 May 2008, Mahendra Nag Jayanthi wrote: > Date: Tue, 6 May 2008 18:42:29 +0530 > From: Mahendra Nag Jayanthi <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] tools for app tracing > > Dear All, > > Is our Linux equipped with any tool/utility to trace any application (similar > to dtrace in solaris). > > I shall update if I find one. > > Thank you > Mahen >
'strace' Please see http://www.linuxmanpages.com/man1/strace.1.php strace only details system calls is a very useful tool for system administrators. thanks Saifi.

