LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Load Average (https://www.linuxquestions.org/questions/red-hat-31/load-average-4175433168/)

yousufmoin 10-20-2012 12:06 AM

Load Average
 
How to find out the load average in rhel 4.7 that which process is taking so much time?

vishalsamyal 10-20-2012 01:12 AM

You can use "top" command or either "vmstat" to check system utilization.

lakhera2010 11-02-2012 10:46 AM

Top is the only way,vmstat will never tell you about process...

syg00 11-02-2012 06:55 PM

There is rarely (never) an "only way" in Linux.
The initial question implies a basic misunderstanding of what loadavg is. @yousufmoin describe your actual problem (in detail) and maybe we can offer some suggestions to help.

lakhera2010 11-03-2012 06:16 AM

Ok if you need to know exact theory behind it

1: Linux calculates load average as the average number of runnable or running process+ number of process in uninterruptible state

RedHat uses calc_load calls to calculate another function which calculate task in both running and uninterruptible state

Regarding other way to find it out is using systemtap

Please let me know if you have any other question :)

Thanks
Prashant


All times are GMT -5. The time now is 01:06 AM.