- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance Monitoring
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
01-29-2004 12:24 AM
01-29-2004 12:24 AM
I am trying to establish a baseline of system performance for my HPUX 11i C3600 workstation. I would like to monitor and log the CPU, Disk I/O and Memory usage with its current load. And then install a new application and monitor the system performance with the new application running and to see what kind of load the app puts on the system. I have used "vmstat" and "top" in the past but they appear to be more real-time and don't appear to have logging capabilities. Do any of you have any recommendations or possible scripts I would use?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 12:31 AM
01-29-2004 12:31 AM
Re: Performance Monitoring
If you don't need this performance monitoring permanent you can install the Trial version of Glance from the HP-UX application CD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 12:40 AM
01-29-2004 12:40 AM
SolutionThere are couple of good softwares you can get. However, glance is widely used for performance management on HP systems. You can get a trial pack from your application CDs just to have a feel of it. If you are satisfied you can then purchase it. It's worth doing it.
If you are not willing to go for additional softwares, one thing I can think of is "sar". Enable sar in your cron. Look at sa1 man page on how to setup cron. You will get a wide variety of reports with sar but on the downside is that it doesn't give good information on memory usage. But you can get memory usage from vmstat.
There is a software called 'sarcheck' at http://www.sarcheck.com/ It doesn't seem to be expensive. You can also try an evaluation copy.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 01:05 AM
01-29-2004 01:05 AM
Re: Performance Monitoring
You can setr up logging as described on the sa1 man page,
Or run form the command line.
sar -A x y > outfile
where x is the interval of sample in seconds,
y is number of iterations.
Output is not easy to read like glance, but much of the same info will be there. And, it's free.
i.e.
sar -A 30 10000 > outfile would five 5000 enties at twice a minute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 02:53 AM
01-29-2004 02:53 AM
Re: Performance Monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:07 AM
01-29-2004 04:07 AM