views:

425

answers:

5

I am searching for an Tool to test an Grails Wep Application on a Tomcat Server.

I need some Data about the Performance when 30 Users work with my app.(Creating/Editing/Deleting Entries on my Database (Firebird).

+1  A: 

There are a number of web performance testing tools.

You can use

Or if you want a cheap load testing service provider have a look at BrowserMob. They run load testing on demand for people and their rates are quite reasonable.

AutomatedTester
i already used JMeter once...its great and easy.
bastianneu
PushToTest and BrowserMob can load test AJAX applications
AutomatedTester
thank you for that Information
bastianneu
A: 

Have you checked out ApacheBench? http://httpd.apache.org/docs/2.0/programs/ab.html

Josh
thank you for that link. I will test it.
bastianneu
+1  A: 

To monitor Firebird performance: www.sinatica.com

Douglas Tosi
for new Firebird Databases is really great.
bastianneu
+1  A: 

If you use Firebird 2.1 or higher you can use sinactica monitor but for older server you can look here http://www.firebirdfaq.org/faq95/

IBExpert also have a monitor tool

You can find good tools for firebird at www.ib-aid.com

Hugues Van Landeghem
+1 IBExpert is already in use...great Tool
bastianneu
+1  A: 

You can run through some rudimentary tests, that can then be exported to JMeter with BadBoy http://www.badboy.com.au

Mick Knutson