views:

35

answers:

3

The title pretty much says it all.

Im looking for som testing programs for a firebird db server, to stress-test and find bottlenecks.

Something like DB-Optimizer, only for firebird would be nice. Can also be separate programs, one for stress-testing and one for profiling.

+2  A: 

You may look :

and you can also just request monitoring tables (Firebird 2.1)

Hugues Van Landeghem
A: 

just complemmenting Hugues answer:

Sinatica monitor uses monitoring tables from Firebird 2.1, so will not work very well on FB2.0 or below.

IBExpert have his own type of monitoring tables to help you in this task.

if you are using FB 2.5 you can look also Firebird Trace Manager To make some weird stress tests in your own apllication you can always look for AutoHotkey. Just be carefull... sometimes you can really mess things with it... :-o ;)

EMBarbosa