diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2011-06-25 18:22:46 +0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:56:59 -0300 |
commit | fc39767e1afae42167fd4db4ed232b65da6e70dd (patch) | |
tree | 9a3eebe571876120613ac1f7f1f78b72f48a87ee /system/mytop/README | |
parent | 3bd89158cbb14c5093b81b5b7c4fe87c2b02b774 (diff) | |
download | slackbuilds-fc39767e1afae42167fd4db4ed232b65da6e70dd.tar.gz |
system/mytop: Added. (a top clone for MySQL)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/mytop/README')
-rw-r--r-- | system/mytop/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/mytop/README b/system/mytop/README new file mode 100644 index 0000000000..6d32451d3b --- /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) |