strace

Hi,
does anyone know the equivalent command of the following in AIX :

[oracle@elise03 trace]$ strace -tp 15033 
Process 15033 attached - interrupt to quit 
11:28:06 gettimeofday({1257766086, 104118}, NULL) = 0 
11:28:06 getrusage(RUSAGE_SELF, {ru_utime={2270, 615813}, ru_stime={0, 634903}, ...}) = 0 

Thank you

your answer is here : STRACE

I think he was wanting the AIX equivalent, not the linux one. AFAIK strace is just a linux thing.

strace is also Solaris

I thought it had truss instead.

On my sparc, both in fact, strace and truss

:slight_smile:

1 Like

Thank you.