Monitorizando MySQL con innotop

innotop es una herramienta para la monitorización de MySQL. Está escrita en Perl y está inspirada en el clásico mytop, pero proporcionando más funcionalidad.

Nos podemos descargar innotop desde la página oficial:

http://innotop.sourceforge.net/download/


Podemos ejecutar innotop de la siguiente manera:

innotop -d 1

 

Para ejecutar otras opciones mirar el help del comando:

innotop -h
Option h requires an argument
Usage: innotop <options> <innodb-status-file>

--[no]color -C Use terminal coloring (default)
--config -c Config file to read
--count Number of updates before exiting
--delay -d Delay between updates in seconds
--help Show this help message
--host -h Connect to host
--[no]inc -i Measure incremental differences
--mode -m Operating mode to start in
--nonint -n Non-interactive, output tab-separated fields
--password -p Password to use for connection
--port -P Port number to use for connection
--skipcentral -s Skip reading the central configuration file
--socket -S MySQL socket to use for connection
--user -u User for login if not current user
--version Output version information and exit
--write -w Write running configuration into home directory if no config files were loaded