26 May 2022 04:43 PM - last edited on 27 May 2022 08:49 AM by MaciejNeumann
We are running performance test and using DynaTrace to monitor the run. While performance team claims to be sending concurrent requests to the tune of 900 at one point of time. I don't see that being reflected on the DynaTrace JVM threads .Is this the right place to check this ON DT or there is something wrong in the test itself. Also Jmeter shows all the requests to be successfull. Any pointers will be helpful
hosts->Processes ->JVM metrics
Solved! Go to Solution.
27 May 2022 11:09 AM
Try exploring Multidimensional analysis
30 May 2022 07:24 AM
Hi,
This depends on the settings of the maxThreads in Tomcat. So when maxed to 600 you can also serve 900 concurrent requests, but some have to wait till a worker thread is available. See also the doc https://tomcat.apache.org/tomcat-9.0-doc/config/executor.html
Best
Harry