• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Any open source "free" load and performance testing tools?

 
Ranch Hand
Posts: 70
  • 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 "free" tool for load and performance tests of a website.
Is Apache JMeter good? Any suggestions?
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have not used much of open source tools, check out the below link. Hope this provides your need.

http://www.opensourcetesting.org/performance.php


Regards,
Shinelin
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've often used JMeter; the UI is a bit rustic, but it allows pretty granular load testing.
 
Matt Brown
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
David,

With JMeter, what is the max HTTP requests can be submitted within one second?
Is there any limitations on concurrent HTTP sessions?
Did you test long lasting HTTP session with multiple request/response (e.g., Login, AddToShopingCart, CheckOut, SubmitPayment, Confirmation, ...)?
Did you see any bottleneck due to the client computer where JMeter is running?
Any suggestions on client computer?

Thanks so much.


 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
- With JMeter, what is the max HTTP requests can be submitted within one second?

I have no idea. Maybe just try it.

- Is there any limitations on concurrent HTTP sessions?

Don't know why there would be; it's just cookies.

- Did you test long lasting HTTP session with multiple request/response (e.g., Login, AddToShopingCart, CheckOut, SubmitPayment, Confirmation, ...)?

Yeah, but again, it's just cookies--not rocket science.

- Did you see any bottleneck due to the client computer where JMeter is running?

No.

- Any suggestions on client computer?

No.
 
Matt Brown
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
David,

I got a requirement to load test a web application built upon Microsoft technologies with a cluster of two Window 2008 servers.
My load test tool must be able to generate 1,000 concurrent users.

Can JMeter do it? Can a good laptop create 1,000 HTTP requests in a short period (< 1 minute) using JMeter?
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A thousand a *minute*? Of course. That's not even 20reqs/sec.

Still--why not just try it?
 
passwords must contain 14 characters, a number, punctuation, a small bird, a bit of cheese and a tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic