54
7
My disk often is utilized, but top
(and htop
, a custom replacement) show nothing suspicious.
Is there a way to sort processes by I/O (more specific: disk) utilization?
EDIT
Found out using iotop
that those strange processes are flush-8:16
and jbd2/sdb3-7
. Seems to have to do with usual filesystem operations.
http://unix.stackexchange.com/questions/55212/how-can-i-monitor-disk-io – Ciro Santilli 新疆改造中心法轮功六四事件 – 2016-05-18T12:37:37.463
https://serverfault.com/questions/25032/linux-disk-io-load-breakdown-by-filesystem-path-and-or-process/25034#25034 – qwr – 2019-07-05T21:44:42.943
1If I'm correct flush and jbd concerns the sync of the journal (FS metadata) to the disk. Which means you must have some processes either writing to the disk or reading a lot of data and you have the atime option on your mount. I don't recommend this because some software relies on it (mutt and I have heard one backup tool) but you can set your mount to relatime or even "better" noatime. The latter will completely stop updating the access time (which incures a disk write) each time a file is read. – Huygens – 2012-07-27T21:48:50.957