- 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
10-02-2001 11:14 PM
10-02-2001 11:14 PM
CPU Utilization
I've problem when I want to monitor performance my CPU (HP-UX 10.20). I used command line up time, but I am not sure about the result. Any command line can I use to monitor CPU utilization ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 11:22 PM
10-02-2001 11:22 PM
Re: CPU Utilization
You can also monitor a lot of other things with sar. Look at the manpage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2001 11:28 PM
10-02-2001 11:28 PM
Re: CPU Utilization
Use sar -uM 1 10
The M option shows cpu utilization per cpu - very handy for multiple cpu systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 12:34 AM
10-03-2001 12:34 AM
Re: CPU Utilization
Other options include Glance Plus Pak (which includes Measureware) and top.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 06:29 AM
10-04-2001 06:29 AM
Re: CPU Utilization
You can use "top" command for this apart from "sar" and "glance".Just do man "sar" and you will get the requisite arguements.
Thanks....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 09:36 AM
10-04-2001 09:36 AM
Re: CPU Utilization
Here is some helpful reading for you.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=64e3d94c14e10a3f05/screen=ckiDisplayDocument?docId=200000049436468
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=64e3d94c14e10a3f05/screen=ckiDisplayDocument?docId=200000056493259
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=64e3d94c14e10a3f05/screen=ckiDisplayDocument?docId=200000050018417
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 10:26 AM
10-04-2001 10:26 AM
Re: CPU Utilization
#sar -u; top ; glance commands will help you monitoring system performance.
All these commands give real time performance. You will have to use scripts with above commands to gather data for long period, unless you have measureware product installed and configured on your system.
Thaks.
Prashant.