LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   REdhat server is very slow , how to resolve? (https://www.linuxquestions.org/questions/linux-newbie-8/redhat-server-is-very-slow-how-to-resolve-4175509736/)

gutla 07-01-2014 05:11 AM

REdhat server is very slow , how to resolve?
 
Redhat linux 6.3 server is very slow , what need to be done?
How to resolve the issue ?how to find a root cause for this ?

kirukan 07-01-2014 05:39 AM

Check which process eating the resources
#top -c
#vmstat
#sar

szboardstretcher 07-01-2014 12:17 PM

# tail /var/log/messages
# dmesg
# free -m
# df -h
# smartctl -H /dev/sda (or other drive)

Usually, if this is a new problem -- reboot. Make sure you have a backup first in case of drive failure.


All times are GMT -5. The time now is 04:36 PM.