- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk IO Performance issue ?
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
11-05-2002 12:37 PM
11-05-2002 12:37 PM
I have 5 servers in cluster mode (using MC/SG) connected to a SAN (EMC Symmetrix through Brocade switches). The cluster is built with 3 rp7400 and 2 rp7410.
At some point users complaint about performance and when running the sar -d command, I'm getting very HUGE numbers. I'm just wondering if these numbers make any sense or if the sar command show me something wrong !
If I can trust sar output, looks like I'm in trouble !
bash-2.05# sar -d 10 4
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 12:46 PM
11-05-2002 12:46 PM
Re: Disk IO Performance issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 12:59 PM
11-05-2002 12:59 PM
Re: Disk IO Performance issue ?
1. sar -u
%idle low? This is the percentage of time that the cpu is not running processes, yes, possibly it is IO bottleneck.
%usr high? Many systems normally operate with 80% of the cpu time spent as user time, and 20% spent as system time. No, possibly it is IO bottleneck.
%wio > 15? Yes, possibly disk IO problem.
2. sar -d
%busy >50? Yes, you may have IO bottleneck on disk, check which disk having problem.
Since your %busy is not too high, you may need to check your network, use vmstat.
You also can use iostat or glance to help you to determine. Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 01:02 PM
11-05-2002 01:02 PM
SolutionThose 'avque' numbers look too big. There is a patch for 'sar' for 11.11 that addresses that problem. Here is the details:
Symptoms:
PHKL_27200:
( SR:8606249217 CR:JAGae15611 )
"sar -d" reports incorrect values for avque and avwait.
Example output:
device %busy avque r+w/s blks/s avwait avserv
c17t1d1 66.00 60178.29 284 27206 2124620672.00 0.00
c25t1d1 67.00 32767.50 296 28525 4.91 2.91
c33t1d1 69.00 65531.50 294 28413 4.99 2.87
c41t1d1 67.60 65534.50 316 29669 5.04 2.68
c49t1d1 67.80 60426.86 310 29845 1295032832.00 0.00
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 01:18 PM
11-05-2002 01:18 PM
Re: Disk IO Performance issue ?
EMC has their own monitoring tool for monitoring their Symmetrix system performance. I would recommend using this tool. It easily points out "hot" spots on the EMC disks.
EMC also has an OVO SPI to their product that will alllow you to automatically send performance alerts to OVO. You can set thresholds to send alerts before problems occur. Nice feature.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 01:46 PM
11-05-2002 01:46 PM
Re: Disk IO Performance issue ?
The first thing I suspect is the patch against sar -d who doesn't show reliable data, that matches exactly to the symptoms I've noticed.
But I also agree with who point to the fact that I should never fully trust those tools blankly. I'll try to collect data using EMC tools instead, but I'm not very familiar with those one.
thanks again folk,
Eric