mytop guncel

yum -y install perl-TermReadKey

wget http://www.cpan.org/modules/by-module/DBD/DBI-1.631.tar.gz
tar zxvf DBI-1.631.tar.gz
cd DBI-1.631
unset LANG;
perl Makefile.PL
make
make install

cd ..
wget http://www.cpan.org/modules/by-module/DBD/DBD-mysql-4.027.tar.gz
tar zxvf DBD-mysql-4.027.tar.gz
cd DBD-mysql-4.027
unset LANG;
perl Makefile.PL
make
make install

mytop -u da_admin -p `grep ^passwd= /usr/local/directadmin/conf/mysql.conf | cut -d= -f2`