diff options
author | Sven Wegener <sven.wegener@stealer.net> | 2010-09-26 16:53:55 +0200 |
---|---|---|
committer | Sven Wegener <sven.wegener@stealer.net> | 2010-09-26 16:56:02 +0200 |
commit | 207052081957ce4666323ddabf85968559d8ed65 (patch) | |
tree | 195698b6c09b92e98b10fe67b0b308f1ab04667f | |
parent | 7754f6cc5fd2e2ad0ea48f5f23770c19435902fd (diff) |
Add --backlog-conn documentationnew-backlog
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
-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, |