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
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