Marconi
Marconi

Reputation: 3651

How to benchmark server performance?

I'm trying to setup a web server that will run apache or something similar. I also want to try out nginx, and some caching.

How do I conduct a test to see if my server performance like req/sec. changes everytime I'm tuning a configuration?

Upvotes: 0

Views: 869

Answers (1)

gor
gor

Reputation: 11658

ab - Apache HTTP server benchmarking tool should help you a lot.

Upvotes: 1

Related Questions