[fedora-java] Instrumenting a Java/Linux/Tomcat/MySQL server

fernando at lozano.eti.br fernando at lozano.eti.br
Wed May 30 19:10:24 UTC 2007


Hi threre,

Monitoing a JavaEE app server takes lots of steps which depends on application architecture.

For example, you should monitor worker threads for each Tomcat Connector you are using. If all
threads are in use (no iddle thread in pool) user response time will suffer.

Another example, if a deployed application uses datasources, you should monitor availabe connection
in the datasource connection pool, same was as connector thread pool.


> > Le mercredi 30 mai 2007 à 03:17 +0100, Joe Desbonnet a écrit :
> >
> >> Besides load average and tomcat free memory -- what else should I
> >> record given that I'm running a pretty typical
> >> Java/Linux/Tomcat/MySQL
> >> server.
> >
> > GC frequency comes to mind
> 
> frequency *and* duration
> 
> 
> -- 
> Nicolas Mailhot




More information about the fedora-devel-java-list mailing list