The mysqlard daemon collects MySQL performance data in a round robin database using rrdtool. rrdtool stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. The main goal of the package is to help the database system administrator in tuning the system for maximum performance. The package also contains example graphing, cron, and PHP scripts.
| Tags | Monitoring Logging Software Development Quality Assurance Database Systems Administration |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Unix Linux |
| Implementation | Unix Shell PHP C |
Recent releases


Changes: This release adds support for MySQL 5 and configure support for MySQL and rrdtool installs in non-standard locations.


Changes: Support has been added for the collection of slave replication data. All items in the data flow have been converted to work with 64-bit unsigned integers.


Changes: Small bugfixes in the support scripts.


No changes have been submitted for this release.
- All comments
Recent commentsmultiple server views.
one more question regarding is it possible to get reports from multiple database servers to one server and display it.
Thanks
Sabeer MZ
Mysqlar: Single Instance.
Hi gert,
I found mysqlar very useful. Could you please tell me how can i get reports of single database instance from MySQL server. What changes I have to make in mysqlar.php inorder to acheive.
Many thanks
Sabeer MZ
a great tool
This project has been instrumental in diagnosing some
troubling and hard to pin down problems in our mysql
installations. When I start working with a new db, the first
thing I do is setup mysqlard. Great work! Thanks!