This topic applies to Java version only
To get statistically meaningful results from the benchmark it is
necessary that the I/O log file contains enough operations of each
type. To get an overview on how well your I/O log file represents each
operation, you can use the class LogStatistics in
com.db4o.bench.logging.statistics.
Given the file name of an I/O log file LogStatistics will produce an HTML file that contains a table with statistics:
Count | % | Bytes | % | |||||
---|---|---|---|---|---|---|---|---|
Reads | 664'631 | 30.64 | 52'214'278 | 70.83 | ||||
Writes | 360'001 | 16.6 | 21'508'576 | 29.17 | ||||
Seeks | 1'024'632 | 47.23 | ||||||
Syncs | 120'005 | 5.53 | ||||||
Total | 2'169'269 | 73'722'854 |