Question: What is the MySQL Performance Monitor (MPM) monitoring and what data is the agent sending?
Answer: The MPM agent is gathering mainly the output of:
SHOW GLOBAL STATUS;
SHOW GLOBAL VARIABLES;
SHOW ENGINE INNODB STATUS;
and some data of the INFORMATION_SCHEMA
and the PERFORMANCE_SCHEMA
Question: What MPM modules do you provide at the moment?