User login statistics to horizon/keystone/APIs?
How can one find out how many users have used horizon or the APIs? How often they have logged in, if they have never logged it, the last time they logged in, how many logins per day, etc?
No relevant tables/columns were found looking at the mysql schema for keystone...
One could try to browse/parse keystone and keystone logs, but its non trivial, especially the correlation.
Any suggestions?
Hi, maybe identity.authenticate.* meters will be of help: http://docs.openstack.org/admin-guide... But I think that load due to usage of such meters is something to consider
Yes I never added metering, having heard too that it can generate quite some load. However conceptually it is probably the right solution.