-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
56 lines (37 loc) · 1.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
README for mytop version 1.9.1
==============================
WEB
http://www.mysqlfanboy.com/mytop/
http://jeremy.zawodny.com/mysql/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)
I (Mark Grennan) have continued to inprove mytop for people who use
mostly MyISAM databases. If you use InnoDB databases you should loook
at using innotop.
(http://www.xaprb.com/blog/2006/07/02/innotop-mysql-innodb-monitor/)
INSTALLATION
tar -zxvf mytop-<version>.tar.gz
cd mytop-<version>
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 <[email protected]>
updates by:
Mark Grennan <[email protected]>
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__