If you would like to test an endpoint ab
is a good program to use it
ab
is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.
More info: https://httpd.apache.org/docs/2.4/programs/ab.html
Basic usage
ab -n <total_calls> -c <concurrent_calls> <URL>
0 Comments