Skip to content

Instantly share code, notes, and snippets.

@ojimac
Created May 30, 2012 07:55
Show Gist options
  • Save ojimac/2834439 to your computer and use it in GitHub Desktop.
Save ojimac/2834439 to your computer and use it in GitHub Desktop.
innotop1.8.1のインストール @ CentOS5.5
<ダウンロード>
$ wget http://innotop.googlecode.com/files/innotop-1.8.1.tar.gz
$ tar zxvf innotop-1.8.1.tar.gz
<事前に、必要なcpanモジュールインストール>
$ sudo cpan install Time::HiRes
$ sudo cpan install Term::ReadKey
<インストール>
$ cd innotop-1.8.1
$ perl Makefile.PL
$ sudo make install
<使い方>
$ innotop -u{mysqlユーザー名} -p{mysqlパスワード} -d{何秒毎にモニタするか}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment