Linux : Hisk disk io

Hisk disk io ?

Sorry for the repost, I posted in the wrong forum... :rolleyes:

The question I am pondering over is ..

Anyone know how I find out which process is causing the most disk io ?
 
http://www.microsoft.com/technet/sysinternals/Utilities/ProcessExplorer.mspx

Choose the "IO History" column to see a nice realtime graph of IO usage for each process.

Edit: Curses, Linux. AFAIK it's not possible to get per-process data—not with a stock kernel anyway—but I'm sure someone will be along to correct me. You can get per-device disk usage stats with `iostat`.
 
Last edited:
I'd give the chaps over at linuxquestions a shout maybe they will be able to help you with this one
 
Edit: Posted a link to the right forum, didn't notice you'd already posted it there too. :P

Huh ? I don't get :\

I just posted this here and in HTML questions by mistake :eek:

Anyway I'm trying to hunt down the issue by using sar its not pretty... linuxquestions seem to not have anything that I dont know already without the need to change my kernel... :rolleyes:
 
The closest I've got is by using :

sar -b -r -x ALL -d 1 1

but can't see the process that is causing the disk io...

but in fairness I got the feeling that it might be a process that forks and dies too rapidly for it to be noticed.
 
Back
Top Bottom