Skip to content

lefred/mysql-shell-innotop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Innotop like module in MySQL Shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages