looking for proc to find out reason for hd activity

Started by mylo, 2013/05/19, 19:41:16

Previous topic - Next topic

mylo

Hi all,

since one of the latetst d-u's (roundabout 2-3 weeks ago), I hear a more or less constant activity on one of my two disks.
The first disk houses the os (siduction only) and some data partitions, the second one just data parts.

I tried to find out what is going on using htop. However I could not really find out, how to identify the process respectively the driver for activity, letting my hd (which one of the two ever) constantly klacking.

How shall I proceed to isolating the root cause?

dibl

This looks like it might be a good starting place.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

mylo

Hi dibl,

yes looks to be a good one. Thanks!

rolandx1

start as root:

iotop -oa

or something like

iotop -oaqqb > io.log

if its not installed:

apt-get install iotop

;)