-1

I've been using JMeter for a long time and during my research, I came across Apache Benchmark, which seemed a bit more simple load testing tool to me.

So my assumption is that; Apache Benchmark is more suitable choice for benchmarking one API at a time. And it won't be a good choice -and maybe impossible- for performing an end-to-end load test.

But I am also curious about if A/B has any kind of advantages over JMeter in terms of performance / benchmark testing.

Could you please explain?

Thanks...

Gökhan Uçar
  • 191
  • 15
  • See https://stackoverflow.com/questions/10260526/which-gets-the-measurements-right-jmeter-or-apache-ab/10264501#10264501 – Ori Marko Nov 15 '21 at 07:26

1 Answers1

1

When it comes to "hammering" the endpoint with simple HTTP Requests ab can be suitable alternative to JMeter as long as you're fine with the following limitations:

The only advantage of ab I can think of is lower CPU/Memory footprint

Dmitri T
  • 159,985
  • 5
  • 83
  • 133