I am using ubuntu. There are some processes that are doing io frequently on my server, even a "ls" command will cost 1 second to execute. I want to find out which process is doing io so heavily, is there any good command or tool?
Thanks.
|
|
You can use |
|||||
|
|
iotop has a top-like interface and shows how much I/O reads and writes each process is doing. |
|||
|
|
|
You can use atop which can report disk reads and writes by processes among many other things.
|
|||
|
|
|
A quick way is to look at the Example:
|
|||
|
|
|
you can try pidstat. I found it useful when i need to identify which process made high io. |
|||
|
|