cajunman4life said:I'd first check the network. Is the network being saturated with requests?
I'd then try to keep a terminal open to the system with top running, and wait for the busy time to come. If your load average goes much higher than the number of processors you have, you'll need to look at a higher speced server.
Also, is this site dynamic (ie PHP with a MySQL back end) or static HTML files? This will make a huge difference.
Ask your hosting provider, they should be able to tell you.arya6000 said:Is there any way to find out its network being saturated with requests?
SirDice said:Ask your hosting provider, they should be able to tell you.
arya6000 said:When I checked top, I noticed mysql uses 80% of the cpu some times, could that be the cause?
tune your mysql.arya6000 said:When I checked top, I noticed mysql uses 80% of the cpu some times, could that be the cause?
mirnshi said:tune your mysql.
1. use mysqldumpslow to summarize the slowest sql.
2. tune the parameters in your my.cnf
arya6000 said:Hi
I currenttly have a busy website on a dedicated server running on Linux, and sometimes the site becomes extremely slow that it gets unusable. Would switching to freebsd make the site load faster at busy times compared to linux? Thank You