Re: Tomcat Load Balancing / Session Clustering - Tests

2003-07-10 Thread jmoliere
Hey everyone, I've set up a few Tomcat instances in a cluster and would like to test the scalability of the cluster as well as make sure the session clustering is working. Testing scalability is easy and I have load balncing software, but whats the best way to make sure that sessions are

Re: Tomcat Load Balancing / Session Clustering - Tests

2003-07-10 Thread Ben Ricker
Well, load testing on the Apache end would be the way to go for scalability testing. You can monitor the network connections to the Tomcat instances (use of netstat does well here; grep for the number of connections to each port every N seconds or minutes, etc.). To test the session stuff, try

RE: Tomcat Load Balancing / Session Clustering - Tests

2003-07-10 Thread Weissman, Alan
thanks Ben! -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:35 AM To: Tomcat Users List Subject: Re: Tomcat Load Balancing / Session Clustering - Tests Well, load testing on the Apache end would be the way to go for scalability testing. You

RE: Tomcat Load Balancing / Session Clustering - Tests

2003-07-10 Thread Simon Pabst
for testing, like an image (or use worker.lb_xx.sticky_session=0) At 12:15 10.07.2003 -0400, you wrote: thanks Ben! -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:35 AM To: Tomcat Users List Subject: Re: Tomcat Load Balancing / Session