- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CPU monitoring
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
09-20-2002 11:49 AM
09-20-2002 11:49 AM
CPU monitoring
If PerfView can not do it, any other ideas to monitor one individual CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 11:54 AM
09-20-2002 11:54 AM
Re: CPU monitoring
Collect sar data and use sar with -M option to get information on each CPU. Then you will need to write a small script to get utilization of each CPU. You can draw graphs using Excel.
If you want to do it regularly, you will need to do some research on mrtg or rrd. www.mrtg.org.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:03 PM
09-20-2002 12:03 PM
Re: CPU monitoring
A question I have is what good is a picture of one CPU when the performance of all of the CPU's as a whole is more important?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:35 PM
09-20-2002 12:35 PM
Re: CPU monitoring
BYCPU_CPU_SYS_MODE_UTIL
BYCPU_CPU_TOTAL_UTIL
BYCPU_CPU_USER_MODE_UTIL
BYCPU_ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 04:48 AM
09-21-2002 04:48 AM
Re: CPU monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 11:09 AM
09-21-2002 11:09 AM
Re: CPU monitoring
If you want to graph BYCPU metrics in PerfView, you can either:
1. Upgrade Measureware to the latest version
or:
2. Create DSI logs from Glance. See the following document, under the section Importing Glance Metrics into MWA - "Log whatever":
http://h21007.www2.hp.com/dspp/files/unprotected/PakPerform.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:41 AM
09-23-2002 10:41 AM
Re: CPU monitoring
If it is of any use, I'm attaching the Glance Adviser syntax. You can use it as follows:
1. Save the attached file, let's call it bycpu.syntax, to your current directory
2. Run:
glance -adviser_only -syntax bycpu.syntax -j 60 2>/dev/null
You can view the output and see what you want to do with it. Maybe you would import it into a spreadsheet, or simply use it as a report in text format? If you want to import it into PerfView, then you must create DSI logging process.
HTH,
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 10:22 AM
01-09-2003 10:22 AM
Re: CPU monitoring
BYCPU_CPU_SYS_MODE_UTIL
BYCPU_CPU_TOTAL_UTIL
BYCPU_CPU_USER_MODE_UTIL
BYCPU_CSWITCH_RATE
BYCPU_ID
BYCPU_INTERRUPT_RATE
BYCPU_STATE
However, they are not logged by default. To turn collection of them on, you need to add "cpu" to the "log... dev=" line in your /var/opt/perf/parm file. You can then use the extract command and perfview to view these metrics.
Regards,
Steve