G
G
German Zvonchuk2014-03-25 17:18:31
linux
German Zvonchuk, 2014-03-25 17:18:31

CentOS - 2110 TIME_WAIT connections, is this normal?

Good day.
I would be very grateful if you could tell me, a few thousand connections on port 80, is this normal? The number of connections sometimes reaches 3000.
Only Apache is running on the server.
netstat -na | grep :80 | wc -l
1746
netstat -n|grep TIME_WAIT | wc -l
1649
ps aux | grep httpd |wc -l
61
TCP/IP Configuration

net.ipv4.tcp_keepalive_time=60
net.ipv4.tcp_keepalive_intvl=15
net.ipv4.tcp_keepalive_probes=3
net.ipv4.tcp_max_syn_backlog=2048

There are no problems on the server at the moment, everything works fine. I'm just curious.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2014-03-25
@inside22

several thousand connections on port 80, this is normal

It is quite normal if you are waiting for them, i.e. you have a web server there for example.
None of these options are relevant for connections in the TIME_WAIT state.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question