diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-24 06:22:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-24 06:22:24 +0800 |
commit | b6a75a950b7d52cafa5f30e7ec2f3103488514bf (patch) | |
tree | 69de85b90bf4a8921ac6a63be1bc2958781efa46 /databases/Makefile | |
parent | 28af77d4915da44f4e0f0d0c387ab915817000d9 (diff) | |
download | freebsd-ports-gnome-b6a75a950b7d52cafa5f30e7ec2f3103488514bf.tar.gz freebsd-ports-gnome-b6a75a950b7d52cafa5f30e7ec2f3103488514bf.tar.zst freebsd-ports-gnome-b6a75a950b7d52cafa5f30e7ec2f3103488514bf.zip |
mysqlsla analyzes general, slow, and raw MySQL statement logs.
mysqlsla can read multiple MySQL general and slow logs (and logs
containing raw SQL statements), combine them, then run various
analyses on all the queries. In addition, mysqlsla can correlate
the analyses so that the queries in one analysis are used as the
basis for subsequent analyses. Other options include limiting the
output of each analysis to the top N queries, averaging execution
time over N runs, customizing the order in which the analyses are
ran, statement filtering, statement pattern matching, and
mysqldumpslow-like formatting.
WWW: http://hackmysql.com/mysqlsla
PR: ports/105788
Submitted by: Alexander Zhuravlev <zaa at zaa.pp.ru>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 53d9a09cb097..6b41969fc78c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -157,6 +157,7 @@ SUBDIR += mysqlcppapi SUBDIR += mysqlman SUBDIR += mysqlreport + SUBDIR += mysqlsla SUBDIR += mysqltcl SUBDIR += mytop SUBDIR += namazu2 |