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

2022-09-08 Thread Christopher Schultz
l) and then use some text-processing tools to collate the information. -chris -Original Message- From: Christopher Schultz Sent: 08 September 2022 20:04 To: users@tomcat.apache.org Subject: Re: How to check no of user request coming in tomcat application in a minute Koustav, On 9/8/

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

2022-09-08 Thread Kumawat, Priyanka
er Schultz Sent: 08 September 2022 20:04 To: users@tomcat.apache.org Subject: Re: How to check no of user request coming in tomcat application in a minute 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

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