Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Benchmarking tool [closed]

I'm unable to decide which is a better benchmarking tool-Is it apachebench tool or httperf? Please help me to decide which one would be the most appropriate tool to be chosen for benchmarking the web application.

like image 398
mamatha Avatar asked Jun 08 '26 18:06

mamatha


2 Answers

I suppose it depends on what kind of testing you want to do. ApacheBench basically tests a general load, but httperf gives more a surgical precision and can simulate real user activity.

  • is “ab” or “httperf” better for checking performance of a website?
  • How do you test the performance of a website?
  • Most effective and realistic free web-app load tester?
  • Tools to benchmark web-services
like image 184
mloskot Avatar answered Jun 11 '26 21:06

mloskot


They're both good for doing different types of testing. httperf will just send a barage of data to your server, whether or not it's answered. That gives you the breaking point of your app, and shows you how it fails out. Use this to find bottlenecks.

apachebench is a bit different in that it sends exactly what you tell it, and is more typically used to measure response times (for example, if you optimize). Once the bottlenecks are found and fixed, check the speed with this.

Please Note: That's what I do, but I'm not a master

like image 41
Mike Trpcic Avatar answered Jun 11 '26 22:06

Mike Trpcic



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!