Operating System - OpenVMS
1827704 Members
2914 Online
109967 Solutions
New Discussion

Average CPU utilization using MONITOR recorded data?

 
roose
Regular Advisor

Average CPU utilization using MONITOR recorded data?

Hi Folks,

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!
6 REPLIES 6
Karl Rohwedder
Honored Contributor

Re: Average CPU utilization using MONITOR recorded data?

You may do a
$ MONITOR/Input='datafile' /Nodisplay/Summary='reportfile' class [/Begin... /End=...]

regards Kalle
roose
Regular Advisor

Re: Average CPU utilization using MONITOR recorded data?

Hi Kalle,

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?
Karl Rohwedder
Honored Contributor

Re: Average CPU utilization using MONITOR recorded data?

MONI MODE or MONI SYSTEM display the IDLE time of a node.

regards Kalle
EdgarZamora_1
Respected Contributor

Re: Average CPU utilization using MONITOR recorded data?

Roose,

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.
Andy Bustamante
Honored Contributor

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
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
Peter Zeiszler
Trusted Contributor

Re: Average CPU utilization using MONITOR recorded data?

Also whenever someone mentions monitoring I always have to bring up - Check out T4. Very good collection tool.

http://h71000.www7.hp.com/openvms/products/t4/