- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Performance monitoring tools
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
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
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
тАО09-10-2004 06:56 AM
тАО09-10-2004 06:56 AM
Performance monitoring tools
I am going on execute a load test on my HPUX 10.20 server. I need to monitor the performance of the application. I have to find out the CPU utilization, disk utilization, and also monitor the network. Does anyone have any scripts to do it. Any help will be highly appreciated.
Thanks,
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 07:31 AM
тАО09-10-2004 07:31 AM
Re: Performance monitoring tools
If you don't have measureware/glance, then enable sar in cron. Look at the man page of 'sa1' on how to enable it. You will need to have some space in /var/adm/sa filesystem. This should cover CPU, disk and Kernel table utilizations. For memory, keep capturing the outputs of 'swapinfo -tam' and 'vmstat 10 6'. Network is slightly typical. Find out all the network interfaces and the corresponding PPAs and capture the outputs of 'lanadmin -g mibstats
Try doing it during the load tests. Once the results are captured, then you will need to compare them by either importing them to excel or through scripts. It's going to be bit tough to compare.
If you are willing to spend some money, then purchase perfview. It comes with measureware and you can see the utilizations in a graphical window. Measureware will collect the stats in the background. You get all useful metrics. It is available as an evaluation copy in one of the Application CDs. Try it and see if is going to be helpful.
One more product is sarcheck. Visit www.sarcheck.com and see if you can get an evaluation copy.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 09:17 AM
тАО09-10-2004 09:17 AM
Re: Performance monitoring tools
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 09:36 AM
тАО09-10-2004 09:36 AM
Re: Performance monitoring tools
sar, vmstat etc are nice, MeausreWare is FAR more flexible. As an example you can easily split the usage of the box up into groups using the parm file..
aplication = Database
file = ora*
application = App1
file = prog1,prog2
user = joe,fred,billy
application = stats
file = statsd*,scopeus,ttd,midaemon,sar,vmstat,glance,top,iostat
The above will log ALL cpu/IO/memory/etc used by programs called ora* to the Database group. then any programs running called prog1 or prog2, OR programs run by joe, fred or billy are put into App1 group. Lastly a groups that catches stats programs...
You probably get the idea by now..
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 12:16 PM
тАО09-10-2004 12:16 PM
Re: Performance monitoring tools
Can you elaborate on the extract function you mentioned? I have Glance but I cant find anything on an 'extract' command...
Thanks,
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 05:11 PM
тАО09-10-2004 05:11 PM
Re: Performance monitoring tools
Even you can use sar and top for system resource utilization monitoring
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2004 10:44 PM
тАО09-10-2004 10:44 PM
Re: Performance monitoring tools
ps -efx | grep -v grep | grep application or pid
To watch it more closely then go to glance tool. you can get very informations related to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2004 07:21 AM
тАО09-11-2004 07:21 AM
Re: Performance monitoring tools
Here are some good discussions:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=620399
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=210690
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=209464
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=215005
HTH.
Regards,
Sri Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2004 07:25 AM
тАО09-11-2004 07:25 AM
Re: Performance monitoring tools
In this thread (http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=575332), SEP has attached a nice data collection script. You might want to take a look at it.
HTH.
Regards,
Sri Ram
P.S: Please do not forget to assign points!