back

by mark_l_watson·17y ago·view on hn ↗
Use the Apache Benchmark "ab" program, and measure the number of requests per second for your application.

It is number of requests per second that should interest you.

If you do not have ab installed, try:

sudo apt-get install apache2-utils

then:

man ab