获取随时间推移的 Activemq 出队消息统计信息
我正在尝试监控 activemq 出队消息超时并将其保存在 Zenoss 监控系统中。
我可以在 activemq 的控制面板中看到出列的数字,但是如果我重新启动 activemq,这些数字将被重置。
捕获统计数据的最佳方法是什么?
谢谢
I'm trying to monitor activemq Dequeued messages overtime and save them in Zenoss monitoring system.
I can see the Dequeued number in the control panel of activemq, however if I restart activemq, those numbers are reset.
What's the best way of capturing statistics?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于其设计方式,重新启动后无法恢复该信息。
Due to the way it's designed, there's no way to recover that information after a restart.
我认为最好的选择是使用第 3 方监控工具(Nagios、Cacti 等)将 AMQ 统计数据转储到(有些甚至有 AMQ 插件)。这些工具专为系统资源的长期监控/图表/警报而设计,并且很容易连接到 AMQ...
I think your best bet would be to use a 3rd party monitoring tool (Nagios, Cacti, etc) to dump AMQ stats into (some even have AMQ plugins). These tools are designed for long term monitoring/charting/alerting of system resources and are pretty easy to hook up to AMQ...