- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: System Resource 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
05-25-2006 02:31 PM
05-25-2006 02:31 PM
System Resource Utilization
I'm planning to write a script that will collect system resouces utilization every one hour. System resource utilization like I/O, Memory, and CPU - do you have any idea which DCL or lexical I can get this information?
Hope to get reply on this.
regards,
ronald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 03:00 PM
05-25-2006 03:00 PM
Re: System Resource Utilization
a lot of this really comes back at yourself!
I know, we got a similar request 9 years ago.
We made a preliminary small DCL, presenting some data.
Those lead to more precise info requests, the sript evolved accordingly, and now it really presents everything that "theÿ" consider worthwhile.
Start i=out with a simple script that collects what they want. Put that into a temporary file, do it again after
Now for the big deal: "What do they want to see specifically".
Your script wi;ll evolve quickly, and it will be uniquely tailored to your site's desires.
You'll see: it quickly will become THE most important piece of software.
But: very quickly, just BECAUSE of its predictability, the interest will whither, and all you are left with is a nice set of metrics.
But, whenever any question arises, you now have the ability to produce a wealth of historic data.
But, only YOU can estimate what is important at YOUR site!
ymmv.
Proost.
Have one on me.
jpe (live from the Bootcamp in Nashua)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:00 PM
05-25-2006 04:00 PM
Re: System Resource Utilization
TDC and GETRMI.
TDC
http://h71000.www7.hp.com/openvms/products/tdc/index.html
T4
http://h71000.www7.hp.com/openvms/products/t4/
You can get some basic info from f$GETSYI, f$GETJPI. See
http://dcl.openvms.org
for plenty of examples.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:12 PM
05-25-2006 04:12 PM
Re: System Resource Utilization
items:
FREE_PAGES
MEMSIZE
PAGEFILE_FREE
PAGEFILE_PAGE
(PAGE_SIZE)
You'd need to do your own sampling.
Most of the potential items are discussed in
more detail in the documentation for $GETSYI:
http://h71000.www7.hp.com/doc/82FINAL/4527/4527pro_066.html#index_x_630
http://vms.process.com/scripts/fileserv/fileserv.com?LAVDRIVER
HELP MONITOR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 09:40 PM
05-25-2006 09:40 PM
Re: System Resource Utilization
nowadays, I would strongly suggest to use T4 on any recent OpenVMS Alpha or OpenVMS I64 system. This is a low overhead performance data collector used by OpenVMS engineering since a couple of years. It can automatically manage the collected data and present daily graphical overviews via e-mail. If you then need to focus on more specific data, it's just there and you can manually analyze the data using TLviz, which provides graphical output much better than any home-grown DCL script could do.
T4 is very easy to install and configure.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2006 04:12 PM
05-28-2006 04:12 PM