- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance Counters on HP-UX?
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
02-25-2009 07:00 AM
02-25-2009 07:00 AM
we have implemented a server application running on Windows. It is not running inside TomCat or something else, but it is a binary itself. On Windows, we have defined our own proprietary performance counters and we keep them up to date. This allows the Administrator to see our performance counters together with the ones collected by the operating system in the Performance Monitor.
Now we are porting our application to HP-UX 11. Is there something similar like custom performance counters on HP-UX?
Thanks for your advice
Stefan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 07:32 AM
02-25-2009 07:32 AM
Re: Performance Counters on HP-UX?
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 07:37 AM
02-25-2009 07:37 AM
SolutionFor those users with the HP Performance Agent installed (which is a lot of users on HP-UX. You'll see the product alternatively called "Performance Agent", "Openview Performance Agent", "Vantage Point Operations Performance Agent" or "Measureware" - although vthis is all the same thing), I expect you might want to look at Data Source Integration as described in the guide here:
http://support.openview.hp.com/selfsolve/document/KM316156/binary/ovpa47_dsi_pdf
(You might need a HP passport sign-in to get at that, but they're freely available)
This being UNIX of course, we're never happy with njust opne answer though, there will always be admins who want to be able to get this data from a log file along with timestamps, and those who will want to run a command to get it piped on stdout as well, so you would do well to look at something that produces output similar to sar. Try running "sar -u 2 10" and "sar -d 2 10" for examples of single and multi-row outputs for a system.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 07:43 AM
02-25-2009 07:43 AM
Re: Performance Counters on HP-UX?
http://www.hpux.ws/?p=6
These scripts might be helpful in monitoring performance.
This one in monitoring application resident memory use.
http://www.hpux.ws/?p=8
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 05:31 PM
02-25-2009 05:31 PM
Re: Performance Counters on HP-UX?
What you need is a way to output to standard output your data via some diagnostic command for your application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 01:08 AM
03-02-2009 01:08 AM