Home  >  Q&A  >  body text

Stress Test - How to view the results of apache's ab test? What does the data distribution of each row mean?

What does the information displayed after execution mean?

習慣沉默習慣沉默2713 days ago511

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-16 17:02:06

    Let me list some performance indicators that I often look at:

    Concurrency Level #The number of concurrency tests
    Time taken for tests #The total time to complete all requests
    Complete requests #The total number of completed requests
    Failed requests #The number of failed requests
    Requests per second #The average number of requests processed per second
    Time per request #Average response time, unit is millisecond

    Another reference article for you
    http://www.ha97.com/4617.html

    reply
    0
  • Cancelreply