Meta Data
... see Top 10 queries
... see Query Statistics
... see Autofetch Statistics
Ebean holds meta data at runtime including query execution statistics and information
used by AutoFetch to automatically tune queries.
This meta data is accessible at runtime. The information is presented as entity beans
and you can query them.
List<MetaAutoFetchStatistic> list = Ebean.find(MetaAutoFetchStatistic.class).findList();
...
Go to page Query Statistics or
Autofetch Statistics to see the statistics
Ebean holds for this website (realtime data). Note this website uses content
caching so the query statistics don't change much without forum or bug updates.
Note: The meta data entity beans have been refactored in v1.2.