[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1501172310300.8217@nacho.alt.net>
Date: Sat, 17 Jan 2015 23:16:09 +0000 (UTC)
From: Chris Caputo <ccaputo@....net>
To: Wensong Zhang <wensong@...ux-vs.org>, Julian Anastasov <ja@....bg>,
Simon Horman <horms@...ge.net.au>
cc: lvs-devel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] IPVS: add wlib & wlip schedulers
From: Chris Caputo <ccaputo@....net>
IPVS wlib (Weighted Least Incoming Byterate) and wlip (Weighted Least Incoming
Packetrate) scheduler docs for ipvsadm-1.27.
Signed-off-by: Chris Caputo <ccaputo@....net>
---
diff -upr ipvsadm-1.27-stock/SCHEDULERS ipvsadm-1.27/SCHEDULERS
--- ipvsadm-1.27-stock/SCHEDULERS 2013-09-06 08:37:27.000000000 +0000
+++ ipvsadm-1.27/SCHEDULERS 2015-01-17 22:14:32.812597191 +0000
@@ -1 +1 @@
-rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq
+rr|wrr|lc|wlc|lblc|lblcr|dh|sh|sed|nq|wlib|wlip
diff -upr ipvsadm-1.27-stock/ipvsadm.8 ipvsadm-1.27/ipvsadm.8
--- ipvsadm-1.27-stock/ipvsadm.8 2013-09-06 08:37:27.000000000 +0000
+++ ipvsadm-1.27/ipvsadm.8 2015-01-17 22:14:32.812597191 +0000
@@ -261,6 +261,14 @@ fixed service rate (weight) of the ith s
\fBnq\fR - Never Queue: assigns an incoming job to an idle server if
there is, instead of waiting for a fast one; if all the servers are
busy, it adopts the Shortest Expected Delay policy to assign the job.
+.sp
+\fBwlib\fR - Weighted Least Incoming Byterate: directs network
+connections to the real server with the least incoming byterate
+normalized by the server weight.
+.sp
+\fBwlip\fR - Weighted Least Incoming Packetrate: directs network
+connections to the real server with the least incoming packetrate
+normalized by the server weight.
.TP
.B -p, --persistent [\fItimeout\fP]
Specify that a virtual service is persistent. If this option is
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists