Install Innotop from Source
Innotop is a great tool but not included in the current Ubuntu repositories. Here is how you install it manually:
# Install perl database interface
sudo apt-get install libdbi-perl
# Install MySQL and Terminal perl modules
sudo cpan Term::ReadKey DBD::mysql
# Clone innotop
git clone https://github.com/innotop/innotop.git
# Enter directory
cd innotop
# Make
perl Makefile.PL
# Install
sudo make install
Then you can run innotop like this
innotop --user $ADMIN_USER --password $ADMIN_PASSWORD --host $HOST```
<div class="twttr_buttons">
<div class="twttr_twitter">
<a href="http://twitter.com/share?text=Install+Innotop+from+Source" class="twitter-share-button" data-via="" data-hashtags="" data-size="default" data-url="https://blog.stefanproell.at/2018/11/07/install-innotop-from-source/" data-related="" target="_blank">Tweet</a>
</div>
<div class="twttr_followme">
<a href="https://twitter.com/@stefanproell" class="twitter-follow-button" data-show-count="true" data-size="default" data-show-screen-name="false" target="_blank">Follow me</a>
</div>
</div>