获取指定端口的连接数

发布于 2024-12-25 17:04:13 字数 103 浏览 2 评论 0原文

寻找一个返回端口连接数的Linux函数。

正在研究“lsof”,但它只打印门中的连接,并且不返回所有连接的总和,例如:如果我在端口 80 有两个连接,它将返回 2,而不是连接。

Looking for a linux function that returns the count of connections in a port.

Was researching about the "lsof", but it only prints connections in a door, and does not return the sum of all connections, for example: if I have two connections at port 80, it will return 2, and not the connections.

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

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

发布评论

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

评论(1

所有深爱都是秘密 2025-01-01 17:04:13

您是否尝试过 netstat

Did you try netstat?

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