How do you determine that the performance of your Linux server is I/O bound and, perhaps more importantly, what process or processes are casuing the problem?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Top has a field called "iowait". If your system is seeing a lot of that, you know something's up. There's also iotop!
|
|||
|
|
|
I wrote a comprehensive guide to tracking down performance bottlenecks on Linux systems for work: http://forms.anchor.com.au/hosting/development/HuntingThePerformanceWumpus . Covers more than you asked for, but it'll (hopefully) help you track down the problem you're seeing regardless of the actual source. |
|||||||||||
|
|
I/O bottlenecks can be found using some linux basic commands..And also investigating and comparing their outputs. Read: Understanding Linux IO |
|||||||||
|