Domanda

Hi I want to measure the processing time by applying load into server using virtual user. I have used tools JMeter and Load runner and found that it do not measure processing time so is there any load testing tool that can measure server processing from client side? please Reply Thanks.

È stato utile?

Soluzione

A load testing tool such as JMeter and Grinder will only be able to measure processing time of a request indirectly, since it cannot see into the server. It can measure the total time required to receive the request and you can then subtract the network time to calculate the processing time on the server. Many load testing tools include a server monitoring component, which will collect server-side metrics (e.g. CPU usage) and include them in the test report. Our product (Load Tester) and several other do this. For more detail, you need a code profiler. Most of these tools would be used to analyze a single user at a time and show you exactly what parts of the code the processing time was spent in. Some tools, such as DynaTrace, AppDynamics and NewRelic are more suitable for use under production load. None of these are free.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top