服务器正常运行脚本
我正在尝试为我的网站做一些事情,具体来说,我正在尝试为正常运行时间编写一个脚本。
我有阅读器,一个从表格中读取百分比的脚本。
I'm trying to do something for my website, to be specific, I'm trying to do a script for uptime.
I have the reader, a script which read the percents from a table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是使用关系数据库的非常有效的方法。相反,我建议(至少在 SQL 方面)如下:
通过这种方式,您可以针对任意数量的服务器记录任意数量的度量,然后使用 SQL 删除旧内容或保留旧内容旧内容并使用
WHERE
参数来过滤显示这些统计信息的界面中使用的数据。This is not a very efficient way to use a Relational Database. I would, instead, suggest (at least with the SQL side), the following:
This way you can record as many measures as you like, against as many servers as you like, and then use SQL to either delete old content or keep the old content and use
WHERE
arguments to filter the data used in the interface displaying these stats.