slackbuilds_ponce/system/mytop
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
mytop.info
mytop.SlackBuild
README
slack-desc

mytop - a top clone for MySQL

mytop is a console-based (non-gui) tool for monitoring the threads
and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server.
It runs on most Unix systems (including Mac OS X) which have Perl,
DBI, and Term::ReadKey installed. And with Term::ANSIColor installed
you even get color. If you install Time::HiRes, you'll get good
real-time queries/second stats.

Requires: Term::ReadKey (perl-TermReadKey)