[CentOS] tools one could to use to troubleshoot for Apache

Fri Aug 20 19:20:16 UTC 2010
Kwan Lowe <kwan.lowe at gmail.com>

On Fri, Aug 20, 2010 at 2:16 PM, Agnello George
<agnello.dsouza at gmail.com> wrote:
> Have a question , Suppose i had a client tell me that  he can access the web
> page but it takes long time to view  the pages   the website is a static
> website ( suppose this website does not server dynamic data  or does not
> connect to a database )... what would one check other than :
>
> the server load  ( cat /proc/loadaverage )  ,
>
>  the Apache logs  ,
>
>  the number of client connection ( netstat -tupln |grep :80 |wc -l )
>

I'll second Google/Yahoo tools..

Also check your resolvers (DNS timing out on nameserver, etc..). This
can affect not only the initial connection but other elements on the
page that get loaded from elsewhere.