Re: PStack



Anant wrote:
Would like to know if there is a pstack equivalent utility in HPUX?


pstack is available, but AFAIK it is available in Itanimum
systems only.

http://docs.hp.com/en/B2355-90968/linkertoolsipf.htm

Alternatively, one can use a debugger (like gdb) to attach
to a give pid to get the backtrace (stack).

--vishwas.
.



Relevant Pages