
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 …
Monitoring MySQl with Zabbix Agent - Stack Overflow
Jan 15, 2016 · [mysqladmin] user=zabbix password=zabbix host=localhost Then save. I presume you already have a mysql username=zabbix and password=zabbix with all privileges. Restart …
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 …
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 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 …
Mysql event log (monitoring) - Stack Overflow
Mar 28, 2014 · 2 rows in set (0.00 sec) If slow query log is not enabled, enable it like this. (or you can enable it in my.cnf or my.ini MySQL configuration file) mysql> set global …
How to detect deadlocks in Mysql / innodb? - Stack Overflow
5 Try using MONyog. Enable MONyog's "Deadlock Monitoring" option to trace the deadlocks reported by INNODB STATUS. MONyog will send an alert to the user when a new deadlock …
How to continuously monitor a table in a mysql database and …
What I want to do is to monitor a table in mysql which is always auto-updated by a sms gateway. The script should be monitored continuously and as soon as there is a new entry in the table, …
MySQL opensource Performance monitoring tools - Stack Overflow
Dec 26, 2013 · Is there any opensource tools for monitoring MySQL performance. It should be like 1) where exactly the server is loaded 2) what is the performance of each and every query that …