Koustav,

On 9/8/22 10:06, Naha, Koustav wrote:
Just want to know how can we calculate the number of user request processed by 
tomcat in a particular minute.

Do you want to be able to pick an arbitrary minute, or are you more interested in e.g. "the most recent minute or activity"?

Can we do it from Apache access logs?

Sure.

$ grep '08/Sep/2022:14:32:' access.log | wc

Version

   *   Tomcat 8.5.5

Ouch. That version is 6 years old with published security vulnerabilities. I strongly suggest that you upgrade ASAP.

   *   Apache 2.4

I'm gonna guess that this is out-of-date, too. Latest is 2.4.54 from back in June 2022.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to