使用 monit 监控 Linux 上的 Coldfusion?

发布于 2024-10-05 04:41:38 字数 262 浏览 3 评论 0 原文

我们正在尝试使用 monit 来监控 Ubuntu 机器上的服务。我已经成功设置了主机 url 检查,以确保 Coldfusion 可以渲染网页,并且重新启动 Coldfusion 时出现错误。

我想知道是否有一种方法可以通过监视冷融合过程来获取更多统计数据。我一直无法查明 Coldfusion 是否创建了 pid 文件。

Coldfusion 9 或 Jrun 是否创建 pid 文件供 monit 使用?还有另一种方法可以用 monit 监控 Coldfusion 吗?

We are trying to use monit to monitor services on our Ubuntu machine. I have successfully setup a host url check to make sure that coldfusion can render web pages and it there is an error to restart coldfusion.

I was wondering if there is a way to get more stats into monit by monitoring the coldfusion process. I have been unable to find out if coldfusion creates a pid file.

Does Coldfusion 9 or Jrun create a pid file for monit to use? Is there another way to monitor coldfusion with monit?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

迷途知返 2024-10-12 04:41:39

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:

  • Page hits per second
  • Database accesses per second
  • Number of queued requests
  • Number of running requests
  • Number of timed out requests
  • Average queue time
  • Average request time
  • Average database transaction time
  • Bytes incoming per second
  • Bytes outgoing per second

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!

烟燃烟灭 2024-10-12 04:41:39

您将需要使用 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.

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