我写了一份全面的指南来追踪 Linux 系统的性能瓶颈以供工作:http ://web.archive.org/web/20101028025942/https://anchor.com.au/hosting/development/HuntingThePerformanceWumpus 。涵盖的内容超出了您的要求,但它(希望)可以帮助您追踪您所看到的问题,而不管实际来源如何。
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 系统的性能瓶颈以供工作:http ://web.archive.org/web/20101028025942/https://anchor.com.au/hosting/development/HuntingThePerformanceWumpus 。涵盖的内容超出了您的要求,但它(希望)可以帮助您追踪您所看到的问题,而不管实际来源如何。
顶部有一个名为“iowait”的字段。如果您的系统看到很多这样的情况,那么您就知道出了点问题。还有iotop!
IoTop可能是您正在寻找的。
我们可以使用以下方法找到 linux 服务器性能的瓶颈。
上面的事情肯定会告诉我们瓶颈..
可以使用一些 linux 基本命令找到 I/O 瓶颈。并且还可以调查和比较它们的输出。阅读:了解 Linux IO