The network connection is large, causing the to run full when the salt detection is alive. #67566
Replies: 8 comments
-
solve issue: |
Beta Was this translation helpful? Give feedback.
-
In fact currently |
Beta Was this translation helpful? Give feedback.
-
just to clarify are you suggesting we migrate from netstat to ss in the socket.py module? |
Beta Was this translation helpful? Give feedback.
-
I mean, python's official |
Beta Was this translation helpful? Give feedback.
-
master_alive_interval options |
Beta Was this translation helpful? Give feedback.
-
thanks for clarifying and thanks for teh PR! |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Reading the /proc/net/tcp file for a machine with a large network connection will consume CPU. So we changed to use the ss command instead of the netstat command to get the network connection first. The ss uses the tcp_diag in the TCP protocol stack so it will be faster than Netstat command is much faster
Beta Was this translation helpful? Give feedback.
All reactions