LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Chris Caputo <ccaputo@alt.net>
To: Julian Anastasov <ja@ssi.bg>
Cc: Wensong Zhang <wensong@linux-vs.org>,
Simon Horman <horms@verge.net.au>,
lvs-devel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 3/3] IPVS: add wlib & wlip schedulers
Date: Tue, 20 Jan 2015 23:21:30 +0000 (UTC) [thread overview]
Message-ID: <Pine.LNX.4.64.1501202320340.8217@nacho.alt.net> (raw)
In-Reply-To: <alpine.LFD.2.11.1501192342190.2687@ja.home.ssi.bg>
From: Chris Caputo <ccaputo@alt.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@alt.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
prev parent reply other threads:[~2015-01-20 23:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.44.0501260832210.17893-100000@nacho.alt.net>
[not found] ` <Pine.LNX.4.61.0502010007060.1148@penguin.linux-vs.org>
2015-01-17 23:15 ` [PATCH 1/2] " Chris Caputo
2015-01-19 23:17 ` Julian Anastasov
2015-01-20 23:21 ` [PATCH 1/3] " Chris Caputo
2015-01-22 22:06 ` Julian Anastasov
2015-01-23 4:16 ` Chris Caputo
2015-01-27 8:36 ` Julian Anastasov
2015-01-20 23:21 ` [PATCH 2/3] " Chris Caputo
2015-01-22 21:07 ` Julian Anastasov
2015-01-20 23:21 ` Chris Caputo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.1501202320340.8217@nacho.alt.net \
--to=ccaputo@alt.net \
--cc=ccaputo-dated-1432164091.579f17@alt.net \
--cc=horms@verge.net.au \
--cc=ja@ssi.bg \
--cc=linux-kernel@vger.kernel.org \
--cc=lvs-devel@vger.kernel.org \
--cc=wensong@linux-vs.org \
--subject='Re: [PATCH 3/3] IPVS: add wlib & wlip schedulers' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).