How to install MYTOP

mytop เป็นเครื่องมือสำหรับเอาไว้วิเคราะห์ performance MySQL
http://jeremy.zawodny.com/mysql/mytop/

ก่อนติดตั้ง mytop ต้องลง perl modules ตามนี้ก่อน

  1. 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

  1. 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

  1. Installing mytop:

wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.4.tar.gz

tar -zxf mytop-1.4.tar.gz

cd mytop*

perl Makefile.PL

make test

make

make install

แต่ก่อนเคยใช้ครับ เดี๋ยวนี้ไม่ได้ใช้ละ
เวลามีปัญหา ใช้แต่
mysqladmin processlist

ปล. ผมตอบผิดกระทู้จ้า ขอลบข้อความก่อน

tool ตัวนี้น่าใช้ครับ แนะนำเช่นกัน

ใช้งานอย่างไรหรือครับ

[root@aa mytop-1.4]# mytop --help
Unknown option: h
Cannot connect to MySQL server. Please check the:

กำหนดค่าใน config หรือยังครับ

command mytop.

#mytop -uxxx -pxxx -ddb_name <enter>