Http_load stress test results, how to calculate the concurrency of the server

use http_load for stress testing

number of concurrent access processes 5 Total requests 8000 access 20 url

the result is as follows

   70000.2
   
   httphttps
   
   
   
Nov.17,2021

QPS (TPS): request/ transactions per second

number of concurrency: number of request/ transactions processed by the system at the same time

response time: generally take the average response time

QPS (TPS) = number of concurrency / average response time or number of concurrency = average response time of QPS*

Menu