Friday, 15 January 2010

Troubleshooting - Solaris server is slow

1. Check if any specific process taking the maximum
CPU/Load using the top command
2. Check the CPU utilization processes using
#prstat -s cpu -n 5 ;; Use pkill/kill command to end the process
if it is not so important/required
3. In case the process is a zombie , use preap -F
4. Check, CPU/Memory(swap)/Disk
5. dmesg for any sytem-level issues



No comments:

Post a Comment