Login  Register

AWR Run Queue

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

AWR Run Queue

big
442 posts
Hi,
I'm reading
Oracle AWR report
in-depth analysis
Determine if your database can benefit from IBM FlashSystem
In which I see a part of AWR report:



Where do you see Run Queue about which the author is talking?

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

Re: AWR Run Queue

ErmanArslansOracleBlog
Administrator
5727 posts
Run queue is an OS thing.
However; there is a paranthesis saying Load Average..
So if you are on Linux, you can quickly use top command to display the load average.
It is basically OS load.
big
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: AWR Run Queue

big
442 posts
Thanks.