Mysql每日性能报告

发布于 2024-07-21 01:42:38 字数 145 浏览 2 评论 0原文

我希望创建一份关于我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情绪 2024-07-28 01:42:38

请查看 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.

Saygoodbye 2024-07-28 01:42:38

我同意 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.

审判长 2024-07-28 01:42:38

仙人掌真是太棒了。 它还可以帮助您在更改代码库时确定一段时间内的性能。

此外,它报告的一些值非常神秘。 这是解释千行的答案

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文