Operating System - Tru64 Unix
1829934 Members
2297 Online
109998 Solutions
New Discussion

listing parent and child processes on Tru64.

 
SOLVED
Go to solution
Dick Dreke
Occasional Contributor

listing parent and child processes on Tru64.

On HP-UX, issuing "UNIX95= ps -efH" will create process hierarchy listing (parent process listed first children indented). Is there a comparable ps variant on Tru64?

Thanks,

Dick
2 REPLIES 2
Hein van den Heuvel
Honored Contributor
Solution

Re: listing parent and child processes on Tru64.


I don't think Tru64 offers this out of the box.

Check:

http://bjh21.me.uk/pstree/
or
http://the-welters.com/professional/scripts/#pstree


fwiw, I half expected a submission under the Tru Open Software Collection, but no luck there: http://h30097.www3.hp.com/demos/ossc/html/0Welcome.htm


Hein.
Dick Dreke
Occasional Contributor

Re: listing parent and child processes on Tru64.

Hein,

pstree.sh is what I needed.

Thanks for your help!

Dick