Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
CPU utilization
Name: yoho Date: October 4, 2002 at 05:13:29 Pacific OS: OpenVMS CPU/Ram: Alpha
Comment:
How can I get the CPU utilization on a OpenVMS node not in graphical way but just a data (a percent) and send this data to a output file? I woul like to a get an output like the one you get with the Unix command "sar -u" Thanks.
Name: ME Date: October 6, 2002 at 15:07:28 Pacific
Reply:
You normally would use the Monitor utility for measuring the CPU utilization. But I don't know how to get a oneliner with only CPU statistics. Closest I got was with the command : $ PIPE MONITOR SYSTEM /SUMMARY /INTERVAL=300 | SEARCH SYS$PIPE IDLE But this shows the idle time. You may try the free ECP utility, avalaible at http://www.openvms.compaq.com/openvms/products/ecp/index.html or maybe there is something at the freeware CD at : http://www.openvms.compaq.com/openvms/freeware/
Summary: I would like to know the exactly meaning of the output of the command: MONITOR MODES/CPU; what I want to get is the utilization of the CPU for: users, system, waiting IO and idle and I don't know how...
Summary: Final_dest, 27-MAR-2005 03:02:40.27 27-MAR-2005 02:00:07.66 Elapsed time: 0 01:02:32.60 The elapsed time difference is in the jitter/conversion imprecision range. The lack of CPU consumed mean...
Summary: Hello, I've a problem with OpenVMS 7.2. I've a task running that take 100% CPU LOAD. If I use PS I get: 20800424 TASK_145A0094 But witch is TASK_145A0094??? Please Help! ...