Bug 105788

Summary: [NEW PORT] databases/mysqlsla Mysqlsla analyzes general, slow, and raw MySQL statement logs
Product: Ports & Packages Reporter: Alexander Zhuravlev <zaa>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mysqlsla.port none

Description Alexander Zhuravlev 2006-11-23 16:00:33 UTC
	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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-23 16:12:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-23 22:22:30 UTC
miwi        2006-11-23 22:22:25 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysqlsla   Makefile distinfo pkg-descr 
    databases/mysqlsla/files patch-mysqlsla 
  Log:
  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>
  
  Revision  Changes    Path
  1.563     +1 -0      ports/databases/Makefile
  1.1       +43 -0     ports/databases/mysqlsla/Makefile (new)
  1.1       +3 -0      ports/databases/mysqlsla/distinfo (new)
  1.1       +11 -0     ports/databases/mysqlsla/files/patch-mysqlsla (new)
  1.1       +12 -0     ports/databases/mysqlsla/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-23 22:24:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!