Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Can anyone suggest me a good, easy-to-use, FREE load testing tool that I can download easily & use? I'm using Java 1.4.

Thought I'd use JMeter, but it seems it requires Java 1.6 and some additional configuration settings.

Any other suggestions?

Thx

share|improve this question
i dont think jmeter requires 1.6 ! It would work with 1.5 as well. – Suraj Chandran May 16 '11 at 9:23
@Suraj: Thx Suraj. But I'm using 1.4 – gin May 16 '11 at 9:25
unfortunately jmeter doesent work on 1.4 :( – Suraj Chandran May 16 '11 at 9:28
2  
Even if the code you need to test runs in a Java 1.4 JVM, would it be possible for you to have a separate JVM on e.g. your development machine to run JMeter against your application? – Thorbjørn Ravn Andersen May 16 '11 at 9:40

2 Answers

Depends on what exactly you want to load test.

If you want to load test webpages then JMeter is a good bet. And I think Jmeter works with 1.5 too.

share|improve this answer
Yes, I want to load test web pages. – gin May 16 '11 at 9:27

You could run an older version of The Grinder. Pretty sure version 2 can run on 1.4.

share|improve this answer
@ Nathan:Thx nathan. I googled out 'The grinder version 2' and noticed that there are not many tutorials on how to install and run this application. Do you have any other suggestions? – gin May 16 '11 at 9:39
@gin: All I have is what is available from SourceForge: grinder.sourceforge.net/g2/getting-started.html – Nathan D. Ryan May 16 '11 at 9:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.