25. History and Future

25.1 History

Stefano Mazzocchi of the Apache Software Foundation was the original developer of JMeter. He wrote it primarily to test the performance of Apache JServ (a project that has since been replaced by the Apache Tomcat project). We redesigned JMeter to enhance the GUI and to add functional-testing capabilities.

JMeter became a Top Level Apache project in November 2011, which means it has a Project Management Committee and a dedicated website.

25.2 The Future

We hope to see JMeter's capabilities rapidly expand as developers take advantage of its pluggable architecture.
The primary goal of further developments will be:

  • Support of HTTP/2 protocol
  • Possible rework of core architecture to introduce a pool of threads or switch to async model allowing us to take advantage of async io
  • Enhancements to Webservices protocols (REST / SOAP)
  • Enhancements to JMS protocol implementation
You can help us by contributing to JMeter through any piece of work, read this document

Go to top