Hello,
Based on the information you've provided; it appears that you are experiencing a large number of TCP connections in the TIME_WAIT state.
One of the possible causes is misconfiguration or overloading of network or server resources. You can check the network and server logs to see if there are any errors or warnings, which may indicate a problem. This may also cause an increase in TIME_WAIT connections if your network latency is high and your network is congested.
Another possibility is that there is a problem with the application or service that creates these connections. If your application does not close TCP connections properly, it may cause TIME_WAIT connections to increase. You can check the application logs to see if there are any errors or warnings, which may indicate a problem.
Thanks,
Shujun