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-12-2006 08:47 AM
02-12-2006 08:47 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 09:11 AM
02-12-2006 09:11 AM
Re: SAR
You have to find the processes which cause this phenomenon. The simplest way to do this is to install glance and to try to understand how it's possible to find main reasons for overloading and main bottlenecks.
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 12:04 PM
02-12-2006 12:04 PM
Re: SAR
A really simple shell script can use all of your CPU, and running several du and find commands will create a lot of disk I/O. Is that bad? Not necessarily. There is no reason to worry about CPU and disk usage when you understand how your applications work. As you might expect, 500 users will create a much higher load than 5 users. As with all concerns about performance, you need to know what to expect. You can always reduce the load on the system by kicking users off the system, but that probably not a good solution.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 12:46 PM
02-12-2006 12:46 PM
Re: SAR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:03 PM
02-12-2006 05:03 PM
Re: SAR
as mentioned above by Bill, high CPU usage may not be necessarily bad! (if it is only temporal)
You should understand your system well and judge if there is any wait event occuring because of one resource waiting on another.
e.g. CPU waiting for I/O
Indepth analysis using Glance and Measureware would help you understand your system better.
hope this helps too!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:31 PM
02-12-2006 05:31 PM
Re: SAR
Find attached Performance Cookbook.
That will almost highlight every issue and decision making.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:52 PM
02-12-2006 05:52 PM
Solutionb) Logical volume should not be >90% utilised , if this is the case it can cause slowness, add disk.
c) Distribute Logical Volumes across Disks
d) use high speed disks
e) Still Disk usage is high, use Disk Arrays for good performance.
High CPU Usage - a) Find out the application/process consuming most of the CPU - use top, Glance.
b) Tune Application and System Kernel parameters for optimum usage.
c) IF Still the CPU usage(i.e. >90% ) is high after taking all the measures , add cpu to the system.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 01:57 AM
02-13-2006 01:57 AM
Re: SAR
http://docs.hp.com/en/1219/tuningwp.html
And this is a good book:
http://www.amazon.com/gp/product/0131433490/104-0689013-6435940?v=glance&n=283155
Also, if you buy sarcheck, it will give suggestions for you: http://www.sarcheck.com
Rgds...Geoff