1854683 Members
23238 Online
104102 Solutions
New Discussion

Re: Tracing system calls

 

Tracing system calls

Is there a utility in HP-UX which can trace
the systemcalls of a started/running process
(like "strace" in Linux)

4 REPLIES 4
Cheryl Griffin
Honored Contributor

Re: Tracing system calls

From http://hpux.cs.utah.edu/

Try:
tusc-6.8 (8 Sep 2000)
Traces the system calls a process invokes in HP-UX 11
"Downtime is a Crime."
Andreas Voss
Honored Contributor

Re: Tracing system calls

Hi,

for HP-UX in my opinion ther's no such command but you can get a similar program from:http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-6.8/

Hope that helps

Andrew
M.J. van der Meer
Frequent Advisor

Re: Tracing system calls

Hi,

See the manual pages i.e. for "ptrace"

MJ
Cheryl Griffin
Honored Contributor

Re: Tracing system calls

From the same site, there is also:
trace-1.6 (23 Dec 1996)
Print system call and kernel traces of processes

I believe this is the 10.20 version.
"Downtime is a Crime."