LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   High disk accesses volume (https://www.linuxquestions.org/questions/linux-general-1/high-disk-accesses-volume-465127/)

guarriman 07-18-2006 04:05 AM

High disk accesses volume
 
Hi.

My Linux box is doing disk accesses continuously (I hear it) and I don't
know the reason.

Swap is not being used:
Code:


[]# free -m
            total      used      free    shared    buffers    cached
Mem:          1002        736        266          0        208        397
-/+ buffers/cache:        129        872
Swap:        1200          0      1200

And I wonder if there is another way to know the volume of disk acceses
and the program who is accessing it.

Thank you very much.

Tinkster 07-18-2006 01:29 PM

Well, potential culprits may show in top as using high CPU, too.

If it's constant, maybe you have something like FAM misconfigured.

Another way to go about it would be to look at the output of
"ps -A" and trying to find out and understand what each process
you see is...


Cheers,
Tink


All times are GMT -5. The time now is 05:30 AM.