1829748 Members
3945 Online
109992 Solutions
New Discussion

Performance Problems

 
Rob Smith
Respected Contributor

Performance Problems

Hello All,

Output from the vmstat command on one of my servers consistenly shows a high value in the b column. I understand this to mean that these processes, and sometimes there are in excess of 100 of them, are "blocked" and waiting for resources to execute. I am a bit puzzled by this. This system has plenty of memory, analysis of sar output does not show anything out of the ordinary. Yet, I continue to see these high values. Does anybody have any ideas? Any help would be appreciated.

Many TIAs
Robert Smith

Learn the rules so you can break them properly.
2 REPLIES 2
Shannon Petry
Honored Contributor

Re: Performance Problems

Remember that this is blocked for I/O, not memory. If you have many network related tasks, these will be blocked depending on network IO. Ditto for Disk I/O, etc...
Since this vmstat is a snapshot, you can not see if the processes are really working. Most of the time they are. I.E. A DNS server has named running blocked, but information is still getting to clients. Why is it blocked? Someone is FTP'ing a large file, and I/O has to be controlled. The kernel just blockes the I/O untill it can run freely. In many cases, I/O can never run free.

I would not be too concerned about this one. Unless it starts to get very high and you see bottlenecks in specific areas. I.E memory, disk I/O.

Regards,
Shannon
Microsoft. When do you want a virus today?
Rita C Workman
Honored Contributor

Re: Performance Problems

Shannon's answer hits the nail on the head. Sometimes command line checks of the system are hard to interpret, to get a real handle on what your system is doing. I recommend trying something like Glance, because you can start it running and check over the course of the day...to see what the system is doing overall and averaging at. It helped me to get a better feel for what was going on....and helps in monitoring specific applications, etc. There is a free trial version you could sample on your Apps CD's

Just a suggestion,