监控网络流量的命令

发布于 2024-12-15 14:42:04 字数 140 浏览 3 评论 0原文

我想知道此屏幕截图中用于监控 Web 服务器的活动流量的命令。这看起来像 netstat,但我无法用它打印所有信息。此屏幕截图来自电影“社交网络”。在此处输入图像描述

I want to know the command used in this screenshot to monitor the active traffic to a web server. This looks like netstat but i am unable to print all the info with it. This screenshot is from the movie 'The Social Network'.enter image description here

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

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

发布评论

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

评论(2

坚持沉默 2024-12-22 14:42:04

Apache tomcat 允许使用 apache tomcat manager user @ http://:/manager.html 监控 http 会话和连接(可能是 manager.htm,对此不太确定)。
netstat -lptu 还允许监视任何进程(提供 pid)的连接(打开的端口),使用网络服务器的 pid 来获取此信息。

希望这有帮助。

Apache tomcat allows monitoring of http sessions and connections using apache tomcat manager user @ http://:/manager.html (might be manager.htm, not too sure about this).
Also netstat -lptu allows monitoring of connections (ports opened) by any process (supply pid), use web-server's pid to get this.

Hope this helps.

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