Apache JMeter 5.4 releases, Stress testing tools

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

Apache JMeter may be used to test performance both on static and dynamic resources, Web dynamic applications.
It can be used to simulate a heavy load on a server, group of servers, network or object to test its strength or to analyze overall performance under different load types.

Apache JMeter features include:

  • Ability to load and performance test many different applications/server/protocol types:
    • Web – HTTP, HTTPS (Java, NodeJS, PHP, ASP.NET, …)
    • SOAP / REST Webservices
    • FTP
    • Database via JDBC
    • LDAP
    • Message-oriented middleware (MOM) via JMS
    • Mail – SMTP(S), POP3(S) and IMAP(S)
    • Native commands or shell scripts
    • TCP
    • Java Objects
  • Full featured Test IDE that allows fast Test Plan recording (from Browsers or native applications), building and debugging.
  • CLI mode (Command-line mode (previously called Non GUI) / headless mode) to load test from any Java compatible OS (Linux, Windows, Mac OSX, …)
  • A complete and ready to present dynamic HTML report
  • Easy correlation through ability to extract data from most popular response formats, HTMLJSON XML or any textual format
  • Complete portability and 100% Java purity.
  • Full multi-threading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups.
  • Caching and offline analysis/replaying of test results.
  • Highly Extensible core:
    • Pluggable Samplers allow unlimited testing capabilities.
    • Scriptable Samplers (JSR223-compatible languages like Groovy and BeanShell)
    • Several load statistics may be chosen with pluggable timers.
    • Data analysis and visualization plugins allow great extensibility as well as personalization.
    • Functions can be used to provide dynamic input to a test or provide data manipulation.
    • Easy Continuous Integration through 3rd party Open Source libraries for Maven, Gradle and Jenkins.

Apache JMeter 5.4 releases.

Changelog

New and Noteworthy

UX improvements

Bug 62179 – Bug 64658 – The splash screen is now application-modal rather than system-modal, so it does not block other applications when JMeter is starting up.

Incompatible changes

  • Remove LogKit logger functionality from some classes. This was intended to completely remove LoggingManager class (it has been deprecated since JMeter 3.2), but as jmeter-plugins depended on it, LoggingManager and our LogKit-adapter will remain for this version (but is still deprecated).

Improvements

HTTP Samplers and Test Script Recorder

Other samplers

  • Bug 64555 – Set JMSType header field through JMSProperties. Contributed by Daniel van den Ouden

Controllers

Listeners

  • Pull request #544 – Add BackendListener that sends “raw” results to InfluxDB. Contributed by Graham Russell (graham at ham1.co.uk)

More

Download