mytop เป็นเครื่องมือสำหรับเอาไว้วิเคราะห์ performance MySQL
http://jeremy.zawodny.com/mysql/mytop/
ก่อนติดตั้ง mytop ต้องลง perl modules ตามนี้ก่อน
- Installing TermReadKey
สร้าง folder สมมุติเป็น /root/dwl
wget http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-2.30.tar.gz
tar -zxf TermReadKey-2.30.tar.gz
cd TermRead*
perl Makefile.PL
make test
make
make install
- Installing DBI
wget http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-1.48.tar.gz
tar -zxf DBI-1.48.tar.gz
cd DBI*
perl Makefile.PL
make test
make
make install
- Installing mytop: