0

One of my servers is getting very high Disk I/Os. The problem is that the disk I/Os are constantly increasing. The server just have simple LAMP configuration and there shouldnt be any disk operation ideally.

http://monitor.wingify.com/munin/visualwebsiteoptimizer.com/dev5.visualwebsiteoptimizer.com-iostat.html

Any help on how can I investigate as to what is causing this high disk I/O and how can I fix it. top / htop etc isnt giving me good information worth debugging

Thanks

Sparsh Gupta
  • 1,127
  • 7
  • 21
  • 31

2 Answers2

3

Try use iotop to find active I/O process.

Also, try remount xvda with noatime option and add "iostat -dx 2" output from host system.

ooshro
  • 11,134
  • 1
  • 32
  • 31
  • Also anything special from `dmesg` might be useful, for example disk error messages. – Olli Feb 21 '11 at 09:20
1

I second iotop, it's a great way to see what programmes are using your disk.

Amandasaurus
  • 31,471
  • 65
  • 192
  • 253