How do I monitor or view the thread count of a certain process on AIX?
ps -o thcount -p <process id>
That would give you only the thread count.
Play with other field specifiers for the "-o" option (see 'man ps') for other info. For instance
ps -o pid,comm,user,thcount -p <process id>
This is a collaboratively edited question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.
about » faq » meta »
tagged
asked
2 years ago
viewed
2,730 times
active
Get the weekly newsletter!
see an example newsletter