Mysql每日性能报告
我希望创建一份关于我的 mysql 服务器当天执行情况的每日报告。 但似乎mysql只存储自正常运行时间以来的聚合数据。
一种方法是生成报告,然后重新启动 mysql(或执行 FLUSH STATUS)。
还有其他建议可以做同样的事情吗?
I wish to create a daily report on how my mysql server perform on the day. But it seems like mysql only stores aggregate data since uptime.
One way is to generate a report and then do a mysql restart (or do a FLUSH STATUS).
Any other suggestions to do the same?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请查看 MySQL Cacti 模板。 它们提供大量图表来显示 MySQL 服务器随时间变化的性能。 这是一个演示页面。
Check out MySQL Cacti Templates. They provide a large number of graphs that display your MySQL server performance over time. Here is a demo page.
我同意 Cacti 很棒,但我更喜欢使用 Munin,因为我发现在 Munin 中创建新模板更容易。
I agree that Cacti is awesome but I preferred using Munin since I found it easier to create new templates in Munin.
仙人掌真是太棒了。 它还可以帮助您在更改代码库时确定一段时间内的性能。
此外,它报告的一些值非常神秘。 这是解释千行的答案。
Cacti is pretty awesome. It also helps you determine performance over time as you make changes to your code base.
Also, some of the values it reports on are pretty cryptic. Here's an answer that explains kilorows.