- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I guess the active number of threads in th...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 02:47 AM
10-07-2002 02:47 AM
How could I obtain the active number of threads in my system (HPUX 11.0)?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 02:57 AM
10-07-2002 02:57 AM
Re: How can I guess the active number of threads in the system
Hope this thread will help you.
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x97d728e43106d6118ff40090279cd0f9,00.html
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 03:04 AM
10-07-2002 03:04 AM
Re: How can I guess the active number of threads in the system
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 06:17 AM
10-07-2002 06:17 AM
Solution#!/usr/bin/ksh
/usr/contrib/bin/q4pxdb /stand/vmunix
sleep 3
/usr/contrib/bin/q4 -N /stand/vmunix /dev/mem <<-EOF
load struct kthread from kthread max nkthread
keep kt_stat != 0
quit
EOF
~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:27 AM
10-08-2002 03:27 AM
Re: How can I guess the active number of threads in the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:57 AM
10-08-2002 05:57 AM
Re: How can I guess the active number of threads in the system
14:00:46 text-sz ov proc-sz ov inod-sz ov file-sz ov
14:00:50 N/A N/A 620/1264 0 7801/12160
0 6512/21018 0
Here there are 620 active process.