- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Average CPU utilization using MONITOR recorded...
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
11-16-2006 07:38 PM
11-16-2006 07:38 PM
Average CPU utilization using MONITOR recorded data?
I've been using mostly PSPA for my system performance monitoring and it seems I am no longer able to use the "always there" and reliable MONITOR utility :)
We are recording monitor data on a 15 minute interval per day on our nodes. Now, what I want to do is to extract the average daily CPU utilization of each node on a cluster using this recorded data. Will this be possible using monitor? What I know is that you can playback the collected data, but what I would like to have is to average these data and basically summarize it on a daily basis.
Any input will be highly appreciated. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 07:45 PM
11-16-2006 07:45 PM
Re: Average CPU utilization using MONITOR recorded data?
$ MONITOR/Input='datafile' /Nodisplay/Summary='reportfile' class [/Begin... /End=...]
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 07:49 PM
11-16-2006 07:49 PM
Re: Average CPU utilization using MONITOR recorded data?
Thanks for the quick reply here. Which class would you use then to get the CPU utilization? I believe if you are using the CLUSTER class, you should be able to see this. What if we are only recording each node's data, will this be possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 08:14 PM
11-16-2006 08:14 PM
Re: Average CPU utilization using MONITOR recorded data?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:36 AM
11-17-2006 12:36 AM
Re: Average CPU utilization using MONITOR recorded data?
Assuming your nodes are in a cluster, if you use MON CLUS /SUM= ... you would just run it on one node of your cluster. Then you'd only need to process one summary file to get the averages for each node.
I would use CLUS over SYS as CLUS gives you the CPU utilization number you are looking for. If you use SYS you would get idle time instead and would have to compute the utilization number from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 04:38 AM
11-17-2006 04:38 AM
Re: Average CPU utilization using MONITOR recorded data?
Please look at T4, http://h71000.www7.hp.com/OpenVMS/products/t4/index.html. This utility builds on the data monitor makes available and can take your monitor files as input.
I used to record monitor and report on 30 minute periods during the day. T4 can provide this information in an easy to read format. The VMS Technical journal has an article, see http://h71000.www7.hp.com/openvms/journal/v3/t4.html.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 04:41 AM
11-17-2006 04:41 AM
Re: Average CPU utilization using MONITOR recorded data?
http://h71000.www7.hp.com/openvms/products/t4/