summaryrefslogtreecommitdiff
path: root/databases/mytop
AgeCommit message (Collapse)AuthorFilesLines
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-5/+3
2001-11-01Oops, restore proper distinfozuntum1-3/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-4/+4
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-08Update mytop to 0.8zuntum3-20/+10
Changes: Added a "Queries Per Second" or qps mode. You can enter qps mode by hitting the `m' key. In this mode, mytop will write out one integer per second. The number written reflects the number of queries executed by the server in the previous one second interval. mytop is now distributed as a true Perl package. There's a normal Makefile.PL, which means it can be installed via the standard mantra. o use REPLACE_PERL
2001-05-14Initial import of mytop-0.7 - console-based tool for monitoring the threads ↵zuntum4-0/+46
and performance of MySQL mytop was inspired by the system monitoring tool top. I routinely use top on Linux, FreeBSD, and Solaris. You are likely to notice features from each of them here. mytop will connect to a MySQL server and periodically run the SHOW PROCESSLIST and SHOW STATUS commands and attempt to summarize the information from them in a useful format.