Login  Register

IO on linux

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

IO on linux

satish
1160 posts
Dear Erman,

Could you please let us know how can we check which process id is causing high IO.we can use iotop which shows process wise IO consumption but this is not installed by default.

Thanks for the support
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: IO on linux

ErmanArslansOracleBlog
Administrator
5727 posts
From OS layer, you can use a tool like "iotop"

it is like "top", but it shows how much I/O each process is doing.

However, you should investigate it from DB level as well... Use AWR and Enterprise Manager.. From Oracle layer, you will identify it.. (if it is an Oracle process)
For other processes on OS, try iotop..