使用 monit 监控 Linux 上的 Coldfusion?
我们正在尝试使用 monit 来监控 Ubuntu 机器上的服务。我已经成功设置了主机 url 检查,以确保 Coldfusion 可以渲染网页,并且重新启动 Coldfusion 时出现错误。
我想知道是否有一种方法可以通过监视冷融合过程来获取更多统计数据。我一直无法查明 Coldfusion 是否创建了 pid 文件。
Coldfusion 9 或 Jrun 是否创建 pid 文件供 monit 使用?还有另一种方法可以用 monit 监控 Coldfusion 吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ColdFusion 可以输出实时性能指标,例如:
您可以在此处详细了解此日志记录的输出:http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7fe0.html#WS9F365555-357A-4a15-AC72-449EF611E342
我有兴趣学习完成后如何设置。几周后我将承担同样的任务。
谢谢!
ColdFusion can output real-time performance metrics such as:
You can learn more about the output of this logging here: http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf3638e6-7fe0.html#WS9F365555-357A-4a15-AC72-449EF611E342
I would be interested to learn how you set this up once complete. I'll have the same task in a few weeks.
Thanks!
您将需要使用 Java 应用程序的包装脚本创建 PID 文件。这些天我自己也在做同样的事情。据我所知,monit 必须有 PID 文件来检查服务的生命周期。
You will need to create the PID file with a wrapper script around your Java application. I'm doing the same thing myself these days. To the best of my understanding monit has to have the PID file to check the life of your service.