Operating System - HP-UX
1833420 Members
3229 Online
110052 Solutions
New Discussion

solaris truss quivalent in hp-ux

 
thanga
Occasional Advisor

solaris truss quivalent in hp-ux

Hi all,

I want to all the system calls invoked when a particular function is invoked. This can be achieved by using truss call in solaris. How do I achieve this in HP-UX.

Thanks in advance.

Regards
Thangathen

5 REPLIES 5
Victor BERRIDGE
Honored Contributor

Re: solaris truss quivalent in hp-ux

Hi,
The HP equivalent to truss is tusc, you can download the program from the HP Porting and Archive Center, look for "trace" , las I know of was trace 1.6

Good luck

Victor

Carlos Fernandez Riera
Honored Contributor

Re: solaris truss quivalent in hp-ux

Dan Hetzel
Honored Contributor

Re: solaris truss quivalent in hp-ux

Hi Thanga,

The equivalent is 'tusc', available for HP-UX 11.0

Here is the link to the porting denter:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-6.9/

If you're running HP--UX 10.20, you may use 'trace' as Victor suggested
Here is the link:
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/trace-1.6/


Best regards,

Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
thanga
Occasional Advisor

Re: solaris truss quivalent in hp-ux

Hi all,

Thanx a lot for ur replies.
ur replies were really helpful in solving my problem.

Warm Regards
Thangathen
Kim Kendall
Regular Advisor

Re: solaris truss quivalent in hp-ux

Was trying to 'trace' a process, but trace returns;
KI_TRACE_GET: Bad address

Any ideas?