获取指定端口的连接数
寻找一个返回端口连接数的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过 netstat ?
Did you try netstat?