Run Apache JMeter on Mac

Apache JMeter.

Run Apache JMeter on Mac

< 1 minute readKey takeaways Homebrew is the simplest install path and keeps JMeter updatable. Check your Java version first, since most startup failures come from a mismatch. Run non-GUI for real tests and keep the GUI for building the plan. Install JMeter on Mac, to do so you have multiple options: 1. brew install jmeter 2. Download… Read more »

What is HTTP POST Request?

Apache JMeter Cloud Testing.

What is HTTP POST Request?

2 minutes readKey takeaways POST submits data and is expected to change state, unlike GET. It is neither cacheable nor idempotent, so repeats can duplicate work. The body carries the payload, which is why it suits sensitive or large data. HTTP POST request is used for sending data to a server. You can use POST requests for… Read more »

Run JMeter Distributed Test in the Cloud

Apache JMeter Cloud Testing.

Run JMeter Distributed Test in the Cloud

3 minutes readKey takeaways Distributed testing exists because one machine cannot generate enough load. Running it in the cloud removes the work of provisioning and syncing generators. Keep the test plan identical across generators or the aggregated results are meaningless. Hey folks! Let’s talk about cranking up your performance testing game with Apache JMeter, but not just… Read more »

Measuring Latency for Different Regions of the World

Apache JMeter Load Testing.

Measuring Latency for Different Regions of the World

2 minutes readKey takeaways Latency varies enormously by region, so a single measurement point tells you very little. Measure from where your users are, then decide whether a CDN or an edge deployment is warranted. Compare regions over time; a one-off reading catches routing noise. During the development of your web application you will encounter the need… Read more »