The page in the Servoy Admin web pages is built using compiled Java code. Therefore, I cannot read it.
I’ve discoved some tables in the servoy repository that have some relevant information, but it is difficult to interpret.
Any information on how to find out which clients are connected, when they connected, how long they have been idle, who is using them, etc. would be greatly appreciated.
Jan Blok:
You can use an inner frame on your admin page showing content from the servoy admin page (just copy the url to the iframe)
Thanks for the response Jan. What you’ve suggested is similar to what we are doing now: a button that just opens that page. But there is more info that we would like to show. For example, who has logged in today? The list only shows who is currently logged in. I know the info is in the database…
One strange thing is that there is data in the servoy_client_stats table which has a client_id column. This column could link you to the servoy_clients table which could then link you to the servoy_users table, but the servoy_clients table is always empty!?! Yet, the web page is able to show this information.
Jan Blok:
Or read(only!) from the servoy_user_stats table, if a servoy client start it logs all kind of info there for ASP solutions
Is this referring to the “servoy_clients_stats” table in the servoy_repository? If so, how can this be accessed from within Servoy? I do not see anything about this in the documentation.