• 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

Tools for Web Application Testing

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any body tell me some good tool for stress testing
my web application. Although there are many available if
I search on google BUT I wish to know one which someone
is using.
Thanx
Bhuwan
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know Apache makes one the url is http://java.apache.org
It didnt seem very easy to use to me though, so I never tried it.
It ia called Apache JMeter 1.5.1
The 100% pure, swing enabled, Java URL profiler/analyzer to test your server performance, your servlet performance, to stress your servlets with heavy multi-threading concurrent requests and much more...
[This message has been edited by Randall Twede (edited March 05, 2001).]
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache JMeter is the only one I have used, but I keep meaning to write my own. The problem I find with JMeter is that it doesn't seem to give me any useful information. It's very pretty with it's dynamic graphs and so on, but I want hard statistics about throughput, latency and failure modes.
If we all keep lookimg we may yet find something useful. I can't believe there is nothing sensible out there.
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are looking at tools for performance testing right now and one which looks really cool (and maybe useful) is the Rational software called "TestManager". It lets you look at system calls, and transaction information and lets you slice it in a lot of different ways.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic