Operating System - OpenVMS
1826480 Members
4322 Online
109692 Solutions
New Discussion

Re: PerfDat and other VMS performance tools

 
Daniel Jackson_2
Occasional Advisor

PerfDat and other VMS performance tools

Does anyone have up-to-date knowledge of PerfDat and/or Performance Analyzer, or any other CURRENT VMS performance tool? I need to know what the current strategy for VMS performance tools is, and where the detailed information about this lives. ANY THOUGHTS??
9 REPLIES 9
Andy Bustamante
Honored Contributor

Re: PerfDat and other VMS performance tools


I haven't used PerfDat and/or Performance Analyzer. Current info is at http://h71000.www7.hp.com/openvms/products/tdc/index.html

I can strongly recommend T4 http://h71000.www7.hp.com/OpenVMS/products/t4/index.html for system monitoring and historical tracking. This tool provides excellent monitoring, lends itself to adding your own metrics and stores historical performance data in a minimal amount of disk space. I've used some of nice graphs here in customer proposals justifying upgrades before performance goes south.

Availability Manager http://h71000.www7.hp.com/openvms/products/availman/index.html is useful for monitoring and system "fixes" although there is no record of monitoring (Hi Barry) in the current version.

http://h71000.www7.hp.com/openvms/system_management.html also has additional information.


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
Ian Miller.
Honored Contributor

Re: PerfDat and other VMS performance tools

WRT strategy hp are moving towards a common performance data collector called TDC
http://h71000.www7.hp.com/openvms/products/tdc/index.html

I expect T4 will be updated to read data collected by TDC. At present T4 reads data collected by MONITOR and its own data collectors.

There is also ECP
http://h71000.www7.hp.com/openvms/products/ecp/index.html

The current version of the ECP analyzer reads data collected by TDC. I don't expect the ECP datacollector to be enhanced any more as the future data collector is TDC.
____________________
Purely Personal Opinion
Daniel Jackson_2
Occasional Advisor

Re: PerfDat and other VMS performance tools

Thanks folks. Good information that verifies what I was hearing. Thanks for your time and assistance!!
Ian Miller.
Honored Contributor

Re: PerfDat and other VMS performance tools

Daniel, Welcome to the VMS Forum. Lots of helpful people here :-)
See
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
for a description of the scheme used to indicate helpful answers and people.
____________________
Purely Personal Opinion
Martin Vorlaender
Honored Contributor

Re: PerfDat and other VMS performance tools

>>>
I expect T4 will be updated to read data collected by TDC. At present T4 reads data collected by MONITOR and its own data collectors.
<<<

Ian,

in the course of trying to get TLviz off Windows, I re-implemented it in Java, and extended it to read ECP/TDC files, too. Haven't tried to run it under VMS yet, though.

It's not quite finished yet, let alone packaged for distribution, but if anybody wants to take a look: http://www.pdv-systeme.de/users/martinv/JTLviz.jar . You'll need the JCommon and JFreechart libraries from http://www.jfree.org/ , too.

cu,
Martin
Willem Grooters
Honored Contributor

Re: PerfDat and other VMS performance tools



Good thing

< I re-implemented it in Java, >

to run it on Unix (any flavour): Ok (though it would not be my primary choice)
to run it on VMS? I'd prefer a NATIVE executable (so C/C++/Whaever). But better than nothing.

< and extended it to read ECP/TDC files, too.
Haven't tried to run it under VMS yet, though.>

Will be able to do that - even Java version - to see if it is usable. Even on an "entry level" machine, or an old one.
What Java version is required?

Willem
Willem Grooters
OpenVMS Developer & System Manager
Martin Vorlaender
Honored Contributor

Re: PerfDat and other VMS performance tools

>>>
What Java version is required?
<<<

My environment was Java 1.4.2 with Netbeans 4.1 (under Windows - but don't tell anybody ;-)

cu,
Martin
Martin Vorlaender
Honored Contributor

Re: PerfDat and other VMS performance tools

The JTLviz sources - if anybody wants to try and compile their own - can be found at http://www.pdv-systeme.de/users/martinv/JTLviz-src.zip (though I doubt the Makefile or directory structure will work with Netbeans 3.x).

cu,
Martin
Daniel Jackson_2
Occasional Advisor

Re: PerfDat and other VMS performance tools

see thread