Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
eSQLAnalyzer-0.1.tar.gz | 2010-04-27 | 16.9 kB | |
README | 2010-04-27 | 884 Bytes | |
LICENSE | 2010-04-27 | 35.1 kB | |
Totals: 3 Items | 52.9 kB | 0 |
eSQLAnalyzer v0.1 ------------------ eSQLAnaylyzer is a simple analyze tool for MySQL. I connects to a mysql server and uses a SQLite database to record data about queries that runs on the mysql server. The queries are timed and normalized so that they can be counted. You may need to run the program for some time to get a relevant statistical result, as queries are captured "on the fly" and with some probabililty (higher the slower the query is). There are default values for the monitoring that should be a good starting point, just enter the connection informtion to the mysql server. Example: eSQLAnalyzer --db_DBI='DBI:mysql:database=mysql;host=dbserver.example.com;port=3306' --db_user='user' --db_pass='password' And later: eSQLAnalyzer --report text For more options: eSQLAnalyzer --help Read more and send comments/feedback at http://esqlanalyzer.sourceforge.net/