From fc39767e1afae42167fd4db4ed232b65da6e70dd Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sat, 25 Jun 2011 18:22:46 +0200 Subject: system/mytop: Added. (a top clone for MySQL) Signed-off-by: Heinz Wiesinger --- system/mytop/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/mytop/README (limited to 'system/mytop/README') diff --git a/system/mytop/README b/system/mytop/README new file mode 100644 index 000000000000..6d32451d3b48 --- /dev/null +++ b/system/mytop/README @@ -0,0 +1,10 @@ +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) -- cgit v1.2.3