Sponsored Link
Mysqlreport makes a friendly report of important MySQL status values.Actually, it makes a friendly report of nearly every status value from SHOW STATUS. Unlike SHOW STATUS which simply dumps over 100 values to screen in one long list, mysqlreport interprets and formats the values and presents the basic values and many more inferred values in a human-readable format.
The benefit of mysqlreport is that it allows you to very quickly see a wide array of performance indicators for your MySQL server which would otherwise need to be calculated by hand from all the various SHOW STATUS values. For example, the Index Read Ratio is an important value but it’s not present in SHOW STATUS; it’s an inferred value (the ratio of Key_reads to Key_read_requests).
(…)
Read the rest of MysqlReport – Makes a friendly report of important MySQL status values (53 words)
© ruchi for Ubuntu Geek, 2014. |
Permalink |
No comment |
Add to
del.icio.us
Post tags: MysqlReport output, MysqlReport ubuntu, MysqlReport ubuntu server, Server
Related posts
- Zentyal – Linux Small Business Server based on ubuntu 10.04 (4)
- Webmin Installation and Configuration in Ubuntu Linux (21)
- Webalizer – Apache web server log file analysis Tool (15)
- Web-based centralized console for tripwire (0)
- Vagrant – Development Environments Made Easy (0)
- Using Nginx as a Reverse Proxy to Get the Most Out of Your VPS. (15)
- Upgrade Ubuntu Server 6.10 (Edgy Eft) to 7.04 (Feisty Fawn) (4)