Siduction Forum

Siduction Forum => Software - Support => Topic started by: mylo on 2013/05/19, 19:41:16

Title: looking for proc to find out reason for hd activity
Post by: mylo on 2013/05/19, 19:41:16
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?
Title: RE: looking for proc to find out reason for hd activity
Post by: dibl on 2013/05/19, 19:51:53
This (http://superuser.com/questions/477428/monitor-disk-read-write-io-per-second-on-debian) looks like it might be a good starting place.
Title: RE: looking for proc to find out reason for hd activity
Post by: mylo on 2013/05/19, 20:03:14
Hi dibl,

yes looks to be a good one. Thanks!
Title: RE: looking for proc to find out reason for hd activity
Post by: rolandx1 on 2013/05/19, 20:22:41
start as root:

iotop -oa

or something like

iotop -oaqqb > io.log

if its not installed:

apt-get install iotop

;)