Operating System - Linux
1820475 Members
2979 Online
109624 Solutions
New Discussion юеВ

iostat and high wait state

 
Colm O Cinnseala
Occasional Contributor

iostat and high wait state

Folks
I admin a site with a selection of proliant servers and an EVA SAN.

While doing some performance testing recently I noticed that the io wait state was up to 50%. The files on disk are OCFS. I am getting contrary advice. An Oracle guy says that this is totally unnaceptable. A HP system engineer says that this is not a problem. Anyone any views on it?

Thanks

Colm
2 REPLIES 2
Vipulinux
Respected Contributor

Re: iostat and high wait state

Hello

In general, a high iowait percentage indicates the system has a memory shortage or an inefficient I/O subsystem configuration. Understanding the I/O bottleneck and improving the efficiency of the I/O subsystem require more data than iostat can provide.

50% should be normal on a DB Server.

Thanks
Ivan Ferreira
Honored Contributor

Re: iostat and high wait state

How are you doing your testing? OCFS performance cannot be tested with operating system commands.

You can test the vdisk performance with hdparm -Tt.

Hight iowait could be a problem, on an installation, the iowait was reduced and performance increased by using raw devices instead of OCFS filesystem.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?