| At line 5 added 2 lines. |
| %%(color: blue)''What I really love about this system is that it allows me to fill my system with data to see how it would perform with 10,000 to 1 million users.''%% |
|
| At line 9 changed 1 line. |
| I found it easiest to run dbMonster with ant on my system. I'm using Windows XP and cygwin. dbmonster-core was extracted to f:\tools\dbmonster-core-1.0.3 and dbmonster-ant-1.0.1.jar was saved to f:\tools\monster\ |
| %%(color: blue)'' |
| I found it easiest to run dbMonster with ant on my system. I'm using Windows XP and cygwin. dbmonster-core was extracted to f:\tools\dbmonster-core-1.0.3 and dbmonster-ant-1.0.1.jar was saved to f:\tools\monster\''%% |
| At line 120 changed 1 line. |
| ---- |
| !!Configure Ant |
|
| You should put your build.properties and build.xml in the same directory that dbmonster-ant-1.0.1.jar is at. |
|
| Here are the contents of build.properties. |
|
| At line 130 added 10 lines. |
| dbmonster.home=/tools/dbmonster-core-1.0.3 |
| dbmonster.ant=/tools/monster |
| dbmonster.config=/tools/dbmonster-core-1.0.3/config |
| dbmonster.schemas=/tools/dbmonster-core-1.0.3/schema |
| }}} |
|
|
| Here is the build.xml file. |
|
| {{{ |
| At line 154 removed 8 lines. |
|
| {{{ |
| dbmonster.home=/tools/dbmonster-core-1.0.3 |
| dbmonster.ant=/tools/monster |
| dbmonster.config=/tools/dbmonster-core-1.0.3/config |
| dbmonster.schemas=/tools/dbmonster-core-1.0.3/schema |
| }}} |
|
| At line 166 changed 1 line. |
| __ant__ |
| After you have done the above, make sure your database is started and try running __ant__. If all goes well you should see the following. Try starting appfuse and looking at all the new data. |
| At line 168 changed 1 line. |
| __Cool!:__ |
| __That was easy!:__ |
| At line 170 removed 1 line. |
| Buildfile: build.xml |
| At line 172 removed 17 lines. |
| gendb: |
| [dbmonster] Starting dbMonster random data generator... |
| [dbmonster] 2005-06-12 15:17:40,639 INFO DBMonster - Let's feed this hungry database. |
| [dbmonster] 2005-06-12 15:17:41,731 INFO Schema - Generating schema <User Schema>. |
| [dbmonster] 2005-06-12 15:17:41,741 INFO Table - Generating table <app_user>. |
| [dbmonster] Generating table: app_user for schema: User Schema |
| [dbmonster] ..................................................[500/1500] |
| [dbmonster] ..................................................[1000/1500] |
| [dbmonster] ..................................................[1500/1500] |
| [dbmonster] [1500/1500] |
| [dbmonster] Table app_user finished. |
| [dbmonster] 2005-06-12 15:17:50,313 INFO Table - Generation of table <app_user> finished. |
| [dbmonster] 2005-06-12 15:17:50,313 INFO Schema - Generation of schema <User Schema> finished. |
| [dbmonster] 2005-06-12 15:17:50,413 INFO DBMonster - Finished in 9 sec. 784 ms. |
| [dbmonster] Finished dbMonster random data generator. |
|
|