diff options
-rw-r--r-- | ipvsadm.8 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -392,6 +392,15 @@ information of each server in service listing. The persistent connection is used to forward the actual connections from the same client/network to the same server. .TP +.B --backlog-conn +Output of backlog connection information. The \fIlist\fP command +with this option will display the backlog connection counter +information of each server in service listing. A backlog connection +is a connection that is inactive, but is expected to move to active +soon. Speaking in TCP language, a connection from which we have seen +the initial SYN packet, but the three-way handshake has not finished +yet. +.TP .B --sort Sort the list of virtual services and real servers. The virtual service entries are sorted in ascending order by <protocol, address, |