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-23-2007 08:50 AM
01-23-2007 08:50 AM
disk I/O
c4t0d4 28.60 47.49 49 1125 201.68 38.53
c4t0d4 17.84 46.76 28 545 456.07 39.78
this disk seems culprit for slowness. what is the next step to drill down to the root cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 09:10 AM
01-23-2007 09:10 AM
Re: disk I/O
Often when I see situations like this, the root cause is terrible SQL code -- but there are not enough data for that conclusion yet.
If I were you and didn't have Glance installed, I would install it (at least the 60-day Trial version). The time lost by the installation will be offset many times over by the granularity of the available data. Glance will be on any Applications CD set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 10:19 AM
01-23-2007 10:19 AM
Re: disk I/O
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 04:06 AM
01-24-2007 04:06 AM
Re: disk I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 04:38 AM
01-24-2007 04:38 AM
Re: disk I/O
Taking a shot in the dark here I'd say you have a write intensive application writing its data to some raid 5 disk.
Raid 5 writes the data in a lot of places on disk to maintain data integrity, making it a performance drag on writes.
You could use glance to identify the ugly write processes. Normally these are database processes and such. The cause comes from many areas, including bad programmer code, bad system configuration, lack of patches.
What does you i/o patch situation and general patch situation look like.
A little toy to make sar more manageable.
http://www.hpux.ws/system.perf.sh
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
01-24-2007 05:14 AM
01-24-2007 05:14 AM
Re: disk I/O
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 06:22 AM
01-24-2007 06:22 AM
Re: disk I/O
So if the application is "slow" then you'll need to double or triple the processor speed, or have the programmer rewrite the program to use parallel threads.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 07:13 AM
01-24-2007 07:13 AM
Re: disk I/O
12:50:58 0 70787 100 1 262 100 0 0
12:51:03 0 73716 100 2 189 99 0 0
12:49:08 1136 83742 99 1141 3167 64 0 0
12:49:13 1025 85818 99 1382 3367 59 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 07:23 AM
01-24-2007 07:23 AM
Re: disk I/O
As I alluded to earlier, I see the same thing in databases which have very high ratio's of logical to physical i/o -- and for similar reason. The application is re-accessing data which it already "knows" or should know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2007 01:58 AM
01-29-2007 01:58 AM