Website load testing with JMeter

Tue, 06/16/2009 - 21:27

I needed a tool to load test a website I was working on that I knew was going to have a large amount of traffic. In the past I used Apache Benchmark, but I needed a little bit more extensive load testing plan. I found JMeter to be great solution that is quite powerful and extensible, although it has somewhat of a learning curve. I followed the basic directions in the JMeter documentation and created a basic load test for X number of simultaneous connections. This worked great but I also wanted to test authentication, submit forms, or send various types of requests to the server which I found JMeter handled very well. The results generated via "Listeners" can be displayed in a bunch of different formats and if thats not enough, JMeter has support for plugins to output the results in a customized format. Definitely a great tool for load testing web sites and services.

Preview

    Post new comment

    The content of this field is kept private and will not be shown publicly.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.

    More information about formatting options