mysql-shell-innotop icon indicating copy to clipboard operation
mysql-shell-innotop copied to clipboard

Innotop like module in MySQL Shell

MySQL Shell Innotop

This is a Innotop like Python module for MySQL Shell.

How to use it:

 mysqlsh --py root@localhost

 import sys
 sys.path.append('/home/fred/workspace/mysql-shell-innotop')
 import innotop

 innotop.session_processlist.run()

It's also possible to add some steps in ~/.mysqlsh/mysqlshrc.py:

 import sys
 sys.path.append('/home/fred/workspace/mysql-shell-innotop')
 import innotop

and then in the Shell, just call innotop.session_processlist.run()

https://youtu.be/QFgSPxZm9CY