> From: wicket0123 [mailto:[EMAIL PROTECTED] > Subject: Checking tomcat metrics in a non-intrusive way > > I want to check tomcat response time for requests when I run, > say 500 concurrent users, on the server.
Any measurements made within Tomcat itself are going to have some effect on performance. If all you want are response times, do that on the client side, running on the same LAN segment as the Tomcat server (or even on the same machine if you have CPU cores to spare). Take a look at JMeter to see if it will do what you want: http://jakarta.apache.org/jmeter/ - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]