2012年5月9日水曜日

install innotop on CentOS5


※this text from livedoor blog 2011/11/7


topコマンドライクなMySQLのモニタリングツールです

インストール

yum -y install perl-TermReadKey
yum -y install perl-DBI
yum -y install perl-DBD-mysql

wget http://innotop.googlecode.com/files/innotop-1.8.0.tar.gz
tar zxf innotop-1.8.0.tar.gz
cd innotop-1.8.0
perl Makefile.PL
make install


起動例

例) 更新間隔 0.5秒でモニタリング

/usr/local/bin/innotop -uXXXX -pXXXXXXXXXXXXXX -d0.5