Good day,
I would like to suggest the addition of a way to generate SQL statement statistics per monitored DB login ID.
Example:
UserID 50 ran statement "INSERT INTO <big_table>" (or replace with the hash) 50 times over the last hour.
Another option equally as good would be something to link the userID mentioned above, with the SQL statement or hash (which intern links to an SQL statement), and than we can generate these from Ignite's SQL database directly, ourselves.
The key things here are having one of the two following sets of data:
Option 1: whom ran, ran what, ran when
Option 2: whom ran, ran what, how many times per "T"
This can help identify heavy users, and what are actually the actions they take, in a statistical manner.
Personally, I wish to generate this info for our Sybase DBs so I can better automate simulators for the usage of our production DBs.
Hope this gets added 
---
Shay.