
monitoring - How can I view live MySQL queries? - Stack Overflow
Feb 20, 2009 · How can I trace MySQL queries on my Linux server as they happen? For example I'd love to set up some sort of listener, then request a web page and view all of the queries the …
sql - MySQL Long Query Progress Monitoring - Stack Overflow
I am working with a rather large MySQL cluster (tables > 400 million rows) using the cluster engine. Is anyone aware of a way to either directly retrieve or otherwise derive a somewhat (or …
MySQL template with Zabbix Agent cannot fetch data
Dec 12, 2023 · Zabbix server is version 6.2 My pc is running Windows 11 and I install Zabbix agent onto it. I use the template MySQL by Zabbix agent to monitor mySQL I did what the …
Monitoring MySQl with Zabbix Agent - Stack Overflow
Jan 15, 2016 · What happens when you test a MySQL item using "zabbix_agentd -t ..."? Does it work? Are you using the correct agent configuration file (it should be zabbix_agentd.conf …
php - Real-time MySQL monitoring - Stack Overflow
PHP is not really the best for real time monitoring as it is (normally) transaction based (HTTP). There is a free open source Java program called "Mysql Monitor Tool" which can monitor a …
MySQL Monitor Replication - Stack Overflow
Jul 2, 2009 · Does anyone knows any free alternative MySQL Enterprise Monitor? I need some tool, that allows me to monitor my 3 servers with replication without having to open ssh …
Monitoring used connections on mysql to debug 'too many …
Mar 16, 2010 · In Debian Lenny, it is part of the package mysql-client-5.0 and I guess it is available for other distros as well. It is especially powerful in monitoring InnoDB internals, but …
mysql: see all open connections to a given database?
Oct 25, 2009 · With administrative permissions im mysql, how can I see all the open connections to a specific db in my server?
mysql - Detecting locked tables (locked by LOCK TABLE) - Stack …
Mar 23, 2010 · Is there a way to detect locked tables in MySQL? I mean tables locked by the LOCK TABLE table WRITE/READ command. (Note that readers interested in detecting named …
Mysql event log (monitoring) - Stack Overflow
Mar 28, 2014 · Mysql event log (monitoring) Asked 11 years, 8 months ago Modified 5 years, 2 months ago Viewed 20k times