查看 Linux 上一个 tcp connection 的创建时间:
找到这个 socket 对应的 fd,然后查看 fd 在 /proc 的 symbolic link 的创建时间即可。

How to determine the socket connection up time on Linux
https://superuser.com/questions/565991/how-to-determine-the-socket-connection-up-time-on-linux
查看 Linux 上一个 tcp connection 的创建时间:
找到这个 socket 对应的 fd,然后查看 fd 在 /proc 的 symbolic link 的创建时间即可。
How to determine the socket connection up time on Linux
https://superuser.com/questions/565991/how-to-determine-the-socket-connection-up-time-on-linux
本文标题:【tcp】Linux 上查看 一个 tcp connection
本文链接:https://www.haomeiwen.com/subject/ksvtjdtx.html
网友评论