We at Softech, LLC love open source tools and specialize on setting up our clients with open source testing tools. JMeter is part of Apache Open Source project. It was originally written to test the performance of web servers and now it have evolved as a automated testing tool with test data as well as functional testing tool for a web application, file server, web server and even database.  JMeter supports the following protocols:

jmeter (1)

  • Web − HTTP, HTTPS sites ‘web 1.0’ web 2.0 (ajax, flex and flex-ws-amf)
  • Web Services − SOAP / XML-RPC
  • Database via JDBC drivers
  • Directory − LDAP
  • Messaging Oriented service via JMS
  • Service − POP3, IMAP, SMTP
  • FTP Service

It is configurable to simulate N number of users and threads targeting a particular web server or application. It generates a simulated load for your web application to measure its performance. Moreover, you can induce several iteration with loops to get an average result, implement the assertion, and view graphical and statistical representation of the test results.

If you think your enterprise could benefit from open source performance testing, please contact us and we can set it up and running for you.

JMeterWhile the JMeter application itself is designed as pure Java application, it can be used to perform load testing of any kind of web application, including those that are written in PHP, .NET, etc.  The original intent of the application was to test the performance of Apache Tomcat, which is basically a web server.  Over the years, Jmeter slowly evolved with improvements in user interface, and additional features to make it a viable performance testing and load testing tool for enterprise web applications. JMeter can be used for the following type of test:

  • Performance Test − This test sets the best possible performance expectation under a given configuration of infrastructure. It also highlights early in the testing process if any changes need to be made before the application goes into production.
  • Load Test − This test is basically used for testing the system under the top load it was designed to operate under.
  • Stress Test − This test is an attempt to break the system by overwhelming its resources.
Jmeter for Performance Testing

Leave a Reply

Your email address will not be published.