Jmeter what is throughput
In performance tests , there will be a lot of requests going on in a short period of time in order to apply necessary stress to the desired servers.
However, not every server in a system has an equal priority or necessity to apply stress. One of the servers might be called more frequently than others. It is the term in the JMeter we use it to measure the performance on the server by putting the load on the server or in another way we can say it is the term which tells us the ability of the application to handle the load.
Throughput is the significant way of finding the performance of the application, higher the throughput good result is considered although throughput may vary from the number of threads per second. Throughput is considered as the number of requests sent to the server per second. See, for example: Median entry at Wikipedia. The Median is the same as the 50 th Percentile. The remaining samples too at least as long as the value. This is a standard statistical measure.
See, for example: Percentile entry at Wikipedia. Standard Deviation is a measure of the variability of a data set. Throughput shaping timer can be used to configure different throughput values at different times. Throughput Shaping Timer with Concurrency Thread Group and the Feedback Function can be used to create additional thread required to maintain the desired throughput values.
Want to know more about the Throughput Shaping Timer? Read this post.
0コメント