Operating System - HP-UX
1752600 Members
4656 Online
108788 Solutions
New Discussion юеВ

how to see the threads to in a process

 
pa8700
Regular Advisor

how to see the threads to in a process

how to see the threads to in a process ...
6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: how to see the threads to in a process

What do you want to look at?
If you are in a debugger you can use "info threads".
Otherwise you would need to use glance to look at threads.
Kapil Jha
Honored Contributor

Re: how to see the threads to in a process

this thread might help

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1229698

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Dennis Handly
Acclaimed Contributor

Re: how to see the threads to in a process

I suppose you could write your own top with pstat_getlwp(2).
Sagar Sirdesai
Trusted Contributor

Re: how to see the threads to in a process

Hi
If glance is installed.
You can use it to view the threads for a process

Sagar
Dennis Handly
Acclaimed Contributor

Re: how to see the threads to in a process

>ME: I suppose you could write your own top with pstat_getlwp(2).

It looks like Don and Grayh have already done this in this thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1256674
rariasn
Honored Contributor

Re: how to see the threads to in a process