- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sar -u : %wio
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
05-10-2004 07:23 PM
05-10-2004 07:23 PM
sar -u : %wio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 07:28 PM
05-10-2004 07:28 PM
Re: sar -u : %wio
I've seen wait IO like this when numerous clients were doing numerous queries on a small DB on a box with medium performance IO subsystem (16 disks).
Is there a database on the server ? If so, wich one ?
Cheers
Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 07:30 PM
05-10-2004 07:30 PM
Re: sar -u : %wio
system would get bit slow, for us this happens while doing transactions on databases. but no major damage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 07:35 PM
05-10-2004 07:35 PM
Re: sar -u : %wio
It could create a bit of choke on your system and hence on your database if it reaches 60%. You could use the sar -d to get details of your individual disks, which could give you a better idea.
if the average of your data collected is 60% the system is not running fairly smooth (some choke ups with your I/O) that i what i would say.
regds
Naveej
with best wishes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 07:50 PM
05-10-2004 07:50 PM
Re: sar -u : %wio
If this is really showing some performance setback then you need to check for Disk Bottleneck.
Though it looks like disk bottleneck, i would suggest you to monitor buffers and memory as well.
Try configuring those and see if this wio gets reduced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2004 08:38 PM
05-10-2004 08:38 PM
Re: sar -u : %wio
Next step is to find out which device is the hot disk:
sar -d 5 20
regards tommy