Operating System - Tru64 Unix
1827892 Members
1908 Online
109969 Solutions
New Discussion

Equivalent of Linux's strace

 
SureshVaidyanathan
Occasional Contributor

Equivalent of Linux's strace

Hello,

I'm looking for a tool like strace on Linux, which has the capability to prefix each syscall with time. I've tried the truss, trace on Tru64, but none of them have this facility. I'm looking for such a tool that is capable of executing on Tru64 V5.1B.

Thanks in advance.

Best Regards,
SureshV
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Equivalent of Linux's strace

The only equivalent I know is trace. Then another utilities to do debugging like dbx or kdbx.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
SureshVaidyanathan
Occasional Contributor

Re: Equivalent of Linux's strace

Hello,

Thanks for the info. I've tried trace, but it does not provide the time prefix for system call.

Thanks & Regards,
Suresh.
Ann Majeske
Honored Contributor

Re: Equivalent of Linux's strace

Depending on exactly what you're trying to do, the Audit subsystem might help. See http://h30097.www3.hp.com/docs/best_practices/PDF/bp_audit.pdf