- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Vmstat showing very high blocked processes on HP-U...
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
08-11-2009 01:18 AM
08-11-2009 01:18 AM
Vmstat showing very high blocked processes on HP-UX server
Hi Guys,
Can someone kindly lend some advice. On our HP-UX database server, users were reporting slow DB connections/ slow performance. Mmeory ise is has enough, its not shortage, nor cpu is geting maxed out. So I checked the output of vmstat which is showing a very high number of blocked processes i.e consistently over 30. So theres seems some I/O problem, can any one tell me how to investigate this further and to resolve this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2009 02:56 AM
08-11-2009 02:56 AM
Re: Vmstat showing very high blocked processes on HP-UX server
If you are sure there is no cpu/ram issue then check IO usage with sar or glance.
With sar especially check the service time (avserv) and queue(avque) values, then you can see if there is any IO contention.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2009 03:09 AM
08-11-2009 03:09 AM
Re: Vmstat showing very high blocked processes on HP-UX server
ok, with sar, what are the switches to use to find out this information ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2009 03:26 AM
08-11-2009 03:26 AM
Re: Vmstat showing very high blocked processes on HP-UX server
Your system is responding slow..is this only for some specific file sys or across the whole system.
Following will help us find if there are any disk I/O related issues. take this when you find the server responding slow:
sar -d 10 5
When average wait (avwait) is greater than average service time (avserv) it indicates the disk can't keep up with the load during that sample. When the average queue length exceeds the norm of .50 it is an indication of jobs stacking up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 01:41 AM
08-13-2009 01:41 AM
Re: Vmstat showing very high blocked processes on HP-UX server
Hi Guys, After some days of monitoring my HP_UX database server, I have a few queries regarding thresholds. From the sar output's. can someone please tell me what should be the normal threshold level for %wio ? In busy times, it averages around 30%, is this over normal ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 03:16 AM
08-13-2009 03:16 AM
Re: Vmstat showing very high blocked processes on HP-UX server
%wio - idle with some process waiting for I/O
Typically what I think is %wio > 15 means there is a bottleneck somewhere, may be disk related.
Have you checked "sar -d" to see if there is no disk bottleneck.
Disk bottleneck is indicated by:
%busy > 50 (also 30 for some systems)
avwait > avserv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2009 06:53 AM
08-13-2009 06:53 AM
Re: Vmstat showing very high blocked processes on HP-UX server
just lookıng at %wio, you cannot simply say that "there is an IO bottleneck".If you suspect IO bottleneck, please check disk statistics with sar -d and glance. Tell us about disk's service time and queues and also your storage config...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009 08:10 AM
10-14-2009 08:10 AM
Re: Vmstat showing very high blocked processes on HP-UX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2009 08:17 AM
10-14-2009 08:17 AM
Re: Vmstat showing very high blocked processes on HP-UX server
The %wio is the percentage of time the CPU spent blocked on IO. This only includes block IO, raw IO, or Virtual Memory operations like pagein/swapin. It does not include time spent on tape IO or terminal IO. If %wio is high, it could be an indication of a disk bottleneck or it could simply mean that the CPU has nothing else to do while it waits for a process to complete its IOs.
'iostat' is not a reliable utility and hasn't been since 9.0. Use UNIX95 or glance.