README for mytop version 1.9 ============================ WEB http://www.mysqlfanboy.com/mytop/ http://jeremy.zawodny.com/mysql/mytop/ MAILING LIST I believe this address has been abanded. http://www.advanced-mysql.com/cgi-bin/mailman/listinfo/mytop ABOUT mytop is a `top' clone for MySQL mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of MySQL 3.22.x, 3.23.x, 4.x and 5.x servers. It runs on most Unix systems which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color. As of version 0.7, it even runs on Windows (somewhat). This release is based on release 1.6 and updated to 1.8 (Jeremy did a bug releae of 1.7 so I've jumped to 1.8) INSTALLATION tar -zxvf mytop-.tar.gz cd mytop- perl Makefile.PL make make test make install The test is a bit stupid, but it's there from completeness. DOCUMENTATION man mytop AUTHOR Jeremy D. Zawodny updates by: Mark Grennan COPYRIGHT mytop is licensed under the GNU General Public License version 2. For the full license information, please visit http://www.gnu.org/copyleft/gpl.html __END__