• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Stress testing Web Applications

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm looking for a library or a ready to use tool that would help me stress test a Web Application by making say millions of requests per second. Is there a way to do this? Can anyone please suggest me some library that would help me do it? Please suggest!
 
Rancher
Posts: 989
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JMeter is good. You can google alternatives and compare reviews.
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had a look into the JMeter tool, but what I'm looking at is some predefined client libraries where I can simply specify the number of requests to make on a specific url. Looks like I have to write one by myself.
 
E Armitage
Rancher
Posts: 989
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Joe Harry wrote:..what I'm looking at is some predefined client libraries where I can simply specify the number of requests to make on a specific url..

JMeter does that.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
+1 to JMeter suggestion.

It's simplier and more powerful than majority of free stress testing solutions. You won't need to worry about developing a load test from scratch as JMeter provides HTTP Test Script Recorder. Also there is an option to record JMeter script by using Google Chrome Extension

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The volume of load that you're suggesting is rather large so I'd be a bit cautious with some of the open source tools out there. JMeter, as an example, can have challenges when scaling to that volume. You might want to check out our solution, NeoLoad. It's extremely easy to use and set up and with our cloud-based load generators scaling to huge levels of concurrency is not a problem. You can download a free trial of NeoLoad at http://www.neotys.com/web-stress-testing-tool.html

Steve Weisfeldt, Sr Performance Engineer, Neotys USA
 
reply
    Bookmark Topic Watch Topic
  • New Topic