public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Tool for monitoring what's using the hard drive
@ 2008-09-26 12:16 Michael Sullivan
  2008-09-26 12:19 ` Justin
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Michael Sullivan @ 2008-09-26 12:16 UTC (permalink / raw
  To: gentoo-user

Is there a tool similar to `top` that will tell me what's using my hard
drive?  My hard drive clicks a lot when I don't think it should, and I'd
really like to know what program is using it.  Sometimes it's so bad
that I have to manually power down the machine and restart it...




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
@ 2008-09-26 12:19 ` Justin
  2008-09-26 12:21 ` Johann Schmitz
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Justin @ 2008-09-26 12:19 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

Michael Sullivan schrieb:
> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...
>
>
>   
sys-process/iotop

or

sys-process/latencytop, but I would suggestion the first, because it its 
more your needs.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
  2008-09-26 12:19 ` Justin
@ 2008-09-26 12:21 ` Johann Schmitz
  2008-09-26 12:27 ` zhen
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Johann Schmitz @ 2008-09-26 12:21 UTC (permalink / raw
  To: gentoo-user

Try sys-process/iotop:
    Iotop has a top-like UI used to show which process is using the I/O.
-- 
Johann Schmitz
http://www.j-schmitz.net




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
  2008-09-26 12:19 ` Justin
  2008-09-26 12:21 ` Johann Schmitz
@ 2008-09-26 12:27 ` zhen
  2008-09-26 15:19 ` Paul Hartman
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: zhen @ 2008-09-26 12:27 UTC (permalink / raw
  To: gentoo-user

Michael Sullivan пишет:
> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...
>
>
>   
At first look at your swap consumption with help of utility 'free'. May 
be you have not enough memory...

best regards,
Zhen



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
                   ` (2 preceding siblings ...)
  2008-09-26 12:27 ` zhen
@ 2008-09-26 15:19 ` Paul Hartman
  2008-09-26 15:46 ` Liviu Andronic
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Paul Hartman @ 2008-09-26 15:19 UTC (permalink / raw
  To: gentoo-user

On Fri, Sep 26, 2008 at 7:16 AM, Michael Sullivan
<michael@espersunited.com> wrote:
> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...

In addition to the suggestions from the others, 'lsof' will show you
which files are open by what programs at any given time.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
                   ` (3 preceding siblings ...)
  2008-09-26 15:19 ` Paul Hartman
@ 2008-09-26 15:46 ` Liviu Andronic
  2008-09-26 17:48 ` [gentoo-user] " James
  2008-09-26 22:08 ` [gentoo-user] " Neil Bothwick
  6 siblings, 0 replies; 9+ messages in thread
From: Liviu Andronic @ 2008-09-26 15:46 UTC (permalink / raw
  To: gentoo-user

On Fri, Sep 26, 2008 at 2:16 PM, Michael Sullivan
<michael@espersunited.com> wrote:
> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...
>
# emerge app-laptop/laptop-mode-tools
# lm-profiler

Liviu



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user]  Re: Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
                   ` (4 preceding siblings ...)
  2008-09-26 15:46 ` Liviu Andronic
@ 2008-09-26 17:48 ` James
  2008-09-26 22:08 ` [gentoo-user] " Neil Bothwick
  6 siblings, 0 replies; 9+ messages in thread
From: James @ 2008-09-26 17:48 UTC (permalink / raw
  To: gentoo-user

Michael Sullivan <michael <at> espersunited.com> writes:


> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...


Using a variety of tools will help you discover the offending processes.
Here are my suggestions, all in portage

hddtemp, to see if the drive is overheating.
pstree   to see a simple graphical representation of your processes
hdparm   to see check your hard drive (ide) settings

You have many good suggestions from others. Keep looking until you
find what is curious and then post back, if you cannot find a solution.


hth,
James




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
                   ` (5 preceding siblings ...)
  2008-09-26 17:48 ` [gentoo-user] " James
@ 2008-09-26 22:08 ` Neil Bothwick
  2008-09-26 22:19   ` Christophe LEFEBVRE
  6 siblings, 1 reply; 9+ messages in thread
From: Neil Bothwick @ 2008-09-26 22:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

On Fri, 26 Sep 2008 07:16:49 -0500, Michael Sullivan wrote:

> Is there a tool similar to `top` that will tell me what's using my hard
> drive?  My hard drive clicks a lot when I don't think it should, and I'd
> really like to know what program is using it.  Sometimes it's so bad
> that I have to manually power down the machine and restart it...

I'd check it with smartmontools.


-- 
Neil Bothwick

"Give me Liberty, fries, and two cokes to go!" "*CUT!*"

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tool for monitoring what's using the hard drive
  2008-09-26 22:08 ` [gentoo-user] " Neil Bothwick
@ 2008-09-26 22:19   ` Christophe LEFEBVRE
  0 siblings, 0 replies; 9+ messages in thread
From: Christophe LEFEBVRE @ 2008-09-26 22:19 UTC (permalink / raw
  To: gentoo-user

Hi,

sys-process/iotop is like top but process are classified by disk activity.

Regards.

Neil Bothwick a écrit :
> On Fri, 26 Sep 2008 07:16:49 -0500, Michael Sullivan wrote:
>
>   
>> Is there a tool similar to `top` that will tell me what's using my hard
>> drive?  My hard drive clicks a lot when I don't think it should, and I'd
>> really like to know what program is using it.  Sometimes it's so bad
>> that I have to manually power down the machine and restart it...
>>     
>
> I'd check it with smartmontools.
>
>
>   




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-09-26 22:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-26 12:16 [gentoo-user] Tool for monitoring what's using the hard drive Michael Sullivan
2008-09-26 12:19 ` Justin
2008-09-26 12:21 ` Johann Schmitz
2008-09-26 12:27 ` zhen
2008-09-26 15:19 ` Paul Hartman
2008-09-26 15:46 ` Liviu Andronic
2008-09-26 17:48 ` [gentoo-user] " James
2008-09-26 22:08 ` [gentoo-user] " Neil Bothwick
2008-09-26 22:19   ` Christophe LEFEBVRE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox