dbMonster is a tool which helps database application developers with tuning
the structure of the database, tuning the usage of indexes, and testing the
application performance under heavy database load. dbMonster generates as
much random test data as you wish and puts it into SQL database. It
provides a very pluggable interface and is trivial to use. dbMonster is
written in Java.
To learn how to use and how to extend dbMonster look at the
manual. If you are plan to extend dbMonster you may be
also interested in dbMonster's API.
Project's development page is located at
http://sourceforge.net/
dbMonster subprojects
dbmonster-core | the dbMonster's engine which provides data generation framework and console mode laucher |
dbmonster-ant | dbMonster ant integration project aims at providing full featured ant task for running dbMonster |