Re: How to check no of user request coming in tomcat application in a minute

2022-09-08 Thread Christopher Schultz
Priyanka, On 9/8/22 13:20, Kumawat, Priyanka wrote: 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"? We wanted to count the number of users hitting the application on tomcat/Apache , as an example for today how many

RE: How to check no of user request coming in tomcat application in a minute

2022-09-08 Thread Kumawat, Priyanka
Hi Christopher, > 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"? We wanted to count the number of users hitting the application on tomcat/Apache , as an example for today how many users hits/send request to the

Re: How to check no of user request coming in tomcat application in a minute

2022-09-08 Thread Christopher Schultz
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