Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
MySQL / MariaDB operations
v0.1.3Read-only MySQL diagnostics plus narrow operator actions for killing queries, flushing logs, and analyzing tables. Authenticates via ~/.my.cnf or MYSQL_PWD env var on the runner host — never via per-call credentials over the wire.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:b318672e19149b21745d76856ceed87fbdd34b5e20554db13848b0be34e986cc
sudo emisar pack install mysql \ --hash sha256:b318672e19149b21745d76856ceed87fbdd34b5e20554db13848b0be34e986cc \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 25 total
View on GitHub-
ANALYZE TABLE
-
Binary log files
-
Connection counts + cap
-
Database sizes
-
SHOW ENGINES
-
FLUSH LOGS
-
FLUSH STATUS
-
GTID executed set
-
Unused indexes
-
SHOW ENGINE INNODB STATUS
-
KILL (terminate connection)
-
KILL QUERY (cancel statement)
-
Lock-wait graph
-
SHOW MASTER STATUS
-
SHOW OPEN TABLES
-
OPTIMIZE TABLE
-
SHOW FULL PROCESSLIST
-
SHOW REPLICA STATUS
-
Top slow query digests
-
SHOW GLOBAL STATUS (filtered)
-
Top tables by IO wait
-
Top tables by total size
-
Uptime + version
-
List users + grants summary
-
SHOW GLOBAL VARIABLES (filtered)