Skip to content

SYSTEM Cited by 1 source

Apache JMeter

Definition

Apache JMeter (jmeter.apache.org) is an Apache Software Foundation Java-based load-testing tool. Tests are authored in a GUI that emits XML test plans; the XML is then executed in non-GUI mode for actual load generation. JMeter supports HTTP, JDBC, JMS, SOAP, and other protocols.

Stub page.

Notable trade-off

JMeter is the incumbent in the load-testing space but its XML test-plan surface is a frequent reason teams pick alternatives — developer-authored test suites are harder to maintain in XML than in code. Zalando filtered JMeter out of their load-test framework shortlist "due to JMeter not being popular internally" in favour of Locust and Vegeta. Source: sources/2021-03-01-zalando-building-an-end-to-end-load-test-automation-system-on-top-of-kubernetes.

Seen in

Last updated · 476 distilled / 1,218 read