- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System performance
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
03-21-2002 07:37 PM
03-21-2002 07:37 PM
System performance
Where can I find info to decide on the state of my server. Example : Are there too many processes waiting for I/O, how many page-out are normal and stuff along this lines.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:49 PM
03-21-2002 07:49 PM
Re: System performance
Hope this helps.
Kenny.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:58 PM
03-21-2002 07:58 PM
Re: System performance
There are a number of other tools as well.
top
sar
vmstat
iostat
But these are not as good or as accurate as the 'glance' tool.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 03:52 AM
03-22-2002 03:52 AM
Re: System performance
Glance and the programs mentioned all poll the kernel directly so work the same.
Glance adds a GUI layer and nice reporting tools.
Is it worth the $$? Yes, for the average sysadmin it is where performance is critical because it does not require as much knowlege!
Is it required? NO, the commands listed above will give you the same information, sometimes better because of the control you have with "what" you look at.
Read man pages for vmstat, sar, iostat, and top. (Top is not necessary, but nice). Each of these are pretty complex, and very flexible, but tools available on All major Unices.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 04:26 AM
03-22-2002 04:26 AM
Re: System performance
glanceplus is easy to use and far more easy to understand the results than the general command line programs such as iostat vmstat..
BUT glance as in its descriptive name is only glancing at the system at any moment in time. If your system is having problems at intervals then measureware will produce statistics on teh system resources. MeasureWare is available on 30 days trial also.
good luck
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 04:33 AM
03-22-2002 04:33 AM
Re: System performance
I think for starters glance is Ok, but if you need measurements over longer periods you will need measureware in the first place and also all the other mentioned tools will be off use in the determination of the problem.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 06:53 AM
03-22-2002 06:53 AM
Re: System performance
glance + which includes perfview
top
sar
Database Tools if you have one
Oracle provides management tools that will drill down to the sql statement and show you if it uses indexes,full table scans.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2002 07:03 AM
03-22-2002 07:03 AM
Re: System performance
1. iostat
2. vmstat
3. sar
4. nfsstat for NFS file systems performance monitoring.
5.netstat for network performance.
6. HP GlancePlus/UX give command glance or gpm it is a very comprehencive tool and will get you wantd about your HP system.
7. HP Perfview - Greater depth performance monitoring and gives reliable results.
6,7 tools are licensed one and you need to puchase it from HP. However you can find trial version of them and use it free for some period.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 11:47 PM
03-25-2002 11:47 PM
Re: System performance
Thanks for the info.
Using the tools mentioned, how do I know if my server is short of RAM or for that matter my disk is too slow or I need more CPU.
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 12:14 AM
03-26-2002 12:14 AM
Re: System performance
In my previous answer to this posting I stated that some tools were not as accurate as others. I stick by that comment. Some of the older Unix tools do not measure things such as Disk IO particularly well, since most of the disk now is utilised in SANS and the like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:34 AM
03-26-2002 03:34 AM
Re: System performance
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5160744b12a060cb28/screen=ckiDisplayDocument?docId=200000050018417
Its a step by step guide to the basics of diagnosing performing problems.
Regards,
Steve