Operating System - HP-UX
1835894 Members
3275 Online
110086 Solutions
New Discussion

can we see all threads used by a process?

 
Tony Kuehn
Advisor

can we see all threads used by a process?

I don't believe we can do this with "conventional" commands but thought I would double-check. I was wondering if there was a way to see (or simply list the number of) threads used by a single process?

Please advise, thanks!
3 REPLIES 3
baiju_3
Esteemed Contributor

Re: can we see all threads used by a process?

hi ,

Down load HP utility "tusc".

tusc process_id will give the information you need .


Thanks,
BL.
Good things Just Got better (Plz,not stolen from advertisement -:) )
RAC_1
Honored Contributor

Re: can we see all threads used by a process?

glance -Z, select pid and then threadlist.
There is no substitute to HARDWORK
Tony Kuehn
Advisor

Re: can we see all threads used by a process?

Thank you for your assistance. I was able to find the thread count for each process in Glance. By going to the Application screen and selecting the application group. That listed all the processes for that app group and then there is a column for "Thd Cnt".

Thanks again.
Tony