Operating System - HP-UX
1831638 Members
1697 Online
110027 Solutions
New Discussion

Re: How to monitor threads

 
Jens Ebert
Frequent Advisor

How to monitor threads

The ps command lists processes, how can I list threads within a process (i.e. within the Inprise Application Server).

Thank you, Jens
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: How to monitor threads

I'd use glance : check out the "thread list window" description via glance's Index/ On line help
section for more details.
Jens Ebert
Frequent Advisor

Re: How to monitor threads

I am looking for a tool from the operating system environment. glance might be a great tool but costs extra.
Alex Glennie
Honored Contributor

Re: How to monitor threads

try wdb its cheap .... (free) then !

see http://devresource.hp.com/devresource/Tools/wdb/index.html
Jens Ebert
Frequent Advisor

Re: How to monitor threads

I got a skeletton program from HP that uses the pstat() call to get the information I need.
There is a request on the way to enhance the ps-command the way it works on Solaris to show threads as well. No idea if/when someone at HP works on this.