1.12. Management / Monitoring

This sample shows how to use the Kodo Monitoring technology preview.

Steps to use:

In order to see an example of remote monitoring:

Note that the Kodo PersistenceManagerFactory DataCache also implements the Watchable interface. You can see an example of DataCache monitoring if you turn on the data cache by adding the following settings to your kodo.properties file:

An example of how to use the TimeWatch Watchable can be found in QueryThread.java. A TimeWatch Watchable allows for monitoring named code blocks.