Web应用服务器监控
我看过几篇 StackOverflow 帖子,讨论了使用哪些工具来监控 Web 应用程序性能,但没有一篇讨论要关注哪些指标。
应监控哪些 Web 服务器指标以及哪些应设置警报?
以下是我目前想到的一些内容:
- 请求超时(警报)
- 请求排队(警报)
- 第一个字节的时间(可能需要外部监控)
- 请求/秒
此外,如何在 java web 应用程序服务器上测量这些。
I've seen several StackOverflow posts that discuss what tools to use to monitor web application performance, but none that talk about what metrics to focus on.
What web server metrics should be monitored and which should have alerts setup on?
Here are some I currently have in mind:
- requests timeouts (alerts)
- requests queued (alerts)
- time to first byte (may need to be monitored externally)
- requests / second
Also, how can these be measured on a java web application server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你已经有了一个好的开始。我会监视:
我还会对以下内容发出警报:
You're off to a good start. I would monitor:
I would also alert on the following: