- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CPU Utilization
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
12-21-2000 10:34 PM
12-21-2000 10:34 PM
CPU Utilization
I need some explanation on how HP 9000 (HP-UX 10.20 / 11.00) allocate CPU resources. Is there any UNIX command can find out what are the processes runing on top the physical processor on the multiprocessors system ?
Basically, on which processor HP-UX will run most of its systems process (ie. swapping, interrupt and so on)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 11:07 PM
12-21-2000 11:07 PM
Re: CPU Utilization
Try the top command. It will show the load on each CPU and the CPU with the largest load and
the process#, which causes the load.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2000 11:49 PM
12-21-2000 11:49 PM
Re: CPU Utilization
If in the system has been activated PerfView you can use "glance"and its graphical version "gpm"
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2000 01:12 AM
12-22-2000 01:12 AM
Re: CPU Utilization
Also using Glance will be of help and a combination of ps -ef, top, sar, etc.
Check this document on-How PRM manages CPU
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8733-90001/B8733-90001_top.html&con=/hpux/onlinedocs/B8733-90001/00/00/14-con.html&toc=/hpux/onlinedocs/B8733-90001/00/00/14-toc.html&searchterms=prm&queryid=20001222-010919
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2000 10:06 AM
12-22-2000 10:06 AM
Re: CPU Utilization
My preference is Glance as a runtime tool. For some good white papers on multiprocessing and process management, see:
http://docs.hp.com/hpux/onlinedocs/5965-4643/5965-4643.html
http://docs.hp.com/hpux/onlinedocs/5965-4642/5965-4642.html
...JRF...