Re: Load avrage in AWR
Posted by ErmanArslansOracleBlog on Oct 23, 2021; 12:00pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Load-avrage-in-AWR-tp10363p10365.html
It is the OS(Linux/Unix) load average basically.
The load average is calculated as the average number of runnable or running tasks (R state), and the number of tasks in uninterruptible sleep (D state) over the specified interval. You can read the man pages of Linux to get more details.
It s a value calculated by measuring the OS and doing some math.. It basically tries to tell you how loaded your system is.