IO Benchmark Tools

I/O access times play a crucial role in the overall performance of a database. To make their measurements easy and user-friendly we introduce two new tools to

  1. measure the actual I/O performance of a system as seen by db4o
  2. simulate the behaviour of a slower system on a faster one
All the code presented in this article can be found in the db4otools project / com.db4o.bench package.
    SVN: https://source.db4o.com/db4o/trunk/db4otools/

Of course, you will also get it in your distribution. The code can be compiled with JDK 1.3 and higher.

More Reading: