One selects the category(ies) he is interested in publishing statistics for by adding an object of the respective xxxxxMonitoringSupport() class to db4o configuration as in the following sample:
IEmbeddedConfiguration config = Db4oEmbedded.NewConfiguration();
// Query config.Common.Add(new QueryMonitoringSupport()); config.Common.Add(new NativeQueryMonitoringSupport());
// Networking config.Common.Add(new NetworkingMonitoringSupport());
// IO config.Common.Add(new IOMonitoringSupport());
// Reference System: config.Common.Add(new ReferenceSystemMonitoringSupport());
// FreeSpaceManager config.Common.Add(new FreespaceMonitoringSupport());