When the database is loaded, it's important to understand exactly what it's doing. I suggest to start displaying information about currently executing queries
The data is located in the .sys/query_sessions system table.
Query:
select * from .sys/query_sessions limit 10