- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High values in sar's %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
01-31-2005 06:01 AM
01-31-2005 06:01 AM
I have a high values in %wio output of sar (attachment). There is a Informix db running on the machine.
By tuning Informix no sighificant improvement has been shown in the sar.
Please help. I do not know from where I should start!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 06:26 AM
01-31-2005 06:26 AM
Re: High values in sar's %wio
This usually indicates a bottleneck. Whether to proceed further though depends on this: Does the problem prevent you from using the system? High wait times by themselves are not a reason to do anything, especially when its transient.
You may wish to revisit how you are laying out your data and index files across the disk.
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-31-2005 06:36 AM
01-31-2005 06:36 AM
Re: High values in sar's %wio
That said I beleave the config is ok. What else should I pay attention on?
Dejan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 06:43 AM
01-31-2005 06:43 AM
Re: High values in sar's %wio
I'd check the cron entries & talk to the DBAs to see if they schedule anything at those times because your values go high at midnight and noon only.
Sure looks like some kind of reporting or heavy querying going on - especially if it's the same *every* day.
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 06:58 AM
01-31-2005 06:58 AM
Re: High values in sar's %wio
What I am talking is regular high %wio during the day. What should I pay attention to? What bittleneck it refers to? SCSI queue is not properly tuned? Why CPU can not cope with the bursts of workload?
Dejan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:06 AM
01-31-2005 08:06 AM
SolutionIf it's *consistently* User then the problem is raw load & that can be many things like crappy SQL-type code or even simply not enough processor horsepower or many other things.
If it's system then you need to break it down even further using MeasureWare (now known as OVPA - OpenView Performance Agent). First look for serious context switching (GBL_CPU_CSWITCH_UTIL) this could indicate a VERY high fork rate and can be spotted with PROC_FORK. If you not forking a lot then this could indicate semaphore contention which mighte be handled by lengthening timeslice.
Back to System time - if it's high then start looking at system call rates (GBL_CPU_SYSCALL_UTIL) if higher than 30% then you need to see just *which* calls are chewing up CPU time. Use gpm & go to Reports->System Info->System Calls and sort on syscall rate or CPU time because some calls (Read, etc.) are much more expensive than others.
Finally it could boil down to a spinlock situation whereby all other CPUs are waiting on a resource that can only be accessed by a single CPU at a time. This type thing is best traced down with a utility like tusc.
But never lose sight of the fact that it could simply be that an SC10 and the HBAs handling it are just going to carry the load & it's time to step up to a fibre channel SAN with multiple FC cards to spread the load. Only after you rule out CPU & code problems can you be certain you need faster disk I/O.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:36 AM
01-31-2005 08:36 AM
Re: High values in sar's %wio
Still, if I can manage to increase the buffer pool for DB so data to stay in memory instead on disks I guess I will lower IO's and achieve lower %wio. But that is different storry.
Thanks again for your time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:46 AM
01-31-2005 08:46 AM
Re: High values in sar's %wio
And since I'm an Oracle guy & not Informix I'll defer to someone who might be able to help you increase the Informix cache size.
Good Luck,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 08:53 AM
01-31-2005 08:53 AM