Skip to content

Node ~ Benchmarking

Rohit Sharma edited this page May 23, 2020 · 1 revision

This is Apache Benchmark (ab) program to test server performance.

-n means total number of request.

-c means use a concurrency of 50. That means trying to make 50 request at the same time.

$ ab -c 50 -n 500 localhost:3000/

Clone this wiki locally