Free load and performance testing tools

Free load and performance testing tools

Can you suggest a load testing tool which is freeware? Currently we are using OpenSTA but we are facing difficulties in understanding the generated result as they are in graphical form without adequate documentary assistance.

    Requires Free Membership to View

    When you register, you'll receive targeted emails designed to keep you informed of the most relevant information on Agile development, application security, testing & QA, software requirements, and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSoftwareQuality.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSoftwareQuality.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I have been a longtime fan of JMeter from the Apache Jakarta project. It is a Java-based tool that allows for Web (HTTP) server testing and in addition can be used to test applications over other protocols such as JDBC, FTP and LDAP. In fact, by extending the tool and creating your own Sampler classes you can test any protocol that can be implemented in Java. By default it will write out comma-separated variable (CSV) files that can easily be imported into a database or otherwise processed. It can also write out information into XML files and these files can provide even more information than CSV.

Software testing tools and methods:
The most effective time to do security testing

Software security testing: Finding your inner evildoer

Software testing tools: How to interpret results from OpenSTA

JMeter has been around for a number of years so the documentation for the package is very good. Also because of the tool's longevity there are a number of other online resources available to help get new users started as well as address more esoteric or specialized issues. For starters there is the User Manual and the FAQ Wiki. Load testing and performance testing can be challenging to get right so be sure to check out some advice on getting started.

This was first published in October 2007