An open API service indexing awesome lists of open source software.

https://github.com/lefred/mysql-shell-innotop

Innotop like module in MySQL Shell
https://github.com/lefred/mysql-shell-innotop

Last synced: 12 months ago
JSON representation

Innotop like module in MySQL Shell

Awesome Lists containing this project

README

          

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