LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   iowait question (https://www.linuxquestions.org/questions/linux-newbie-8/iowait-question-707148/)

mokku 02-24-2009 10:24 AM

iowait question
 
Hello,

Our system is having high iowait value, but I'm not sure waht file system or process causing it. How can I find out what file system or process ID?

Thanks in advance

TBC Cosmo 02-24-2009 10:38 AM

Try 'iostat 10' to find the block devices with the most activity and then identify the mount point for that block device. Then try 'fuser -m /xyz' to find pids accessing that fs.


All times are GMT -5. The time now is 11:55 AM.