Tomcat流量监控

发布于 2024-09-06 16:51:49 字数 38 浏览 5 评论 0 原文

测量从 tomcat 接收/发送的流量的最佳方法/工具是什么?

What's the best way/tool to measure the amount of traffic has been received/sent from tomcat?

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

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

发布评论

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

评论(3

乖乖兔^ω^ 2024-09-13 16:51:49

我工作过的大多数公司都只使用本机解决方案,例如对于 Linux,有很多解决方案,例如:vnStat、iftop 或更知名的 MRTG

Most companies where I worked, used only native solutions for this, e.g. for Linux there are quite a few solutions, e.g.: vnStat, iftop, or the more known MRTG

-黛色若梦 2024-09-13 16:51:49

您必须创建自己的 HttpServletResponseWrapper,然后重写方法 createOutputStream(),您可以执行自己的 OutputStream 并将计数器附加到 write(init i)write(byte[] bytes)write(byte[] bytes, int off, int length),这并不容易听起来不错,但这样你就可以知道每个响应的长度。

You have to make your own HttpServletResponseWrapper and then override method createOutputStream(), which you can do your own OutputStream with counter appened to write(init i), write(byte[] bytes) and write(byte[] bytes, int off, int length), It's not easy as it sounds, but this way you can know the length of each response.

梦在深巷 2024-09-13 16:51:49

也许您想使用 Lambda 探针
它免费、易于部署,并具有实时流量图表和其他一些额外优势。

Maybe you want to use Lambda Probe
Its free, easy to deploy and has realtime traffic charts and some other additional benefits.

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