回答:
Linuxシステムでの作業のパフォーマンスボトルネックを追跡するための包括的なガイドを作成しました:http : //web.archive.org/web/20101028025942/https : //anchor.com.au/hosting/development/HuntingThePerformanceWumpus。あなたが要求した以上のことをカバーしますが、実際のソースに関係なく、あなたが見ている問題を追跡するのに(できれば)助けになるでしょう。
Topには「iowait」というフィールドがあります。あなたのシステムがそれの多くを見ているなら、あなたは何かが起きていることを知っています。iotopもあります!
Package: iotop:
Description: simple top-like I/O monitor
iotop does for I/O usage what top(1) does for CPU usage. It watches I/O
usage information output by the Linux kernel (requires 2.6.20 or later)
and displays a table of current I/O usage by processes on the system.
Handy for answering the question "Why is my disk churning so much?".
Homepage: http://guichaz.free.fr/iotop/
次の方法を使用して、Linuxサーバーのパフォーマンスのボトルネックを見つけることができます。
上記のことは間違いなくボトルネックを教えてくれます。
I / Oのボトルネックは、いくつかのLinuxの基本的なコマンドを使用して見つけることができます。また、出力の調査と比較もできます。読む:Linux IOを理解する