Hi, Colin! On Jun 21, Colin Charles wrote:
Hi,
http://mariadb.org/feedback_plugin/ in question -- where do we find out information about storage engines in use? List of loaded plugins?
List of loaded plugins and plugin usage counters, you can see them in SELECT * FROM information_schema.feedback;
So far I see: http://mariadb.org/feedback_plugin/stats/features/ - which has some information but clearly not all information
Yes. I believe one can extract a lot more information from this data, than what we have online in charts. Ideas are always welcome :)
Can we also get access to all the information like if people are using the threadpool or not? I know that information is generated and we're receiving it, but we're just not exposing it (I mean I see this from SELECT * FROM information_schema.feedback;)
Its also a good way to see if users are using something like the PERFORMANCE_SCHEMA
Plugin stats will show that, I suppose.
Let me know how one can access this information (and even better how this can be exposed in the web interface)
That's for Bryan. Regards, Sergei