From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753207AbbATXVg (ORCPT ); Tue, 20 Jan 2015 18:21:36 -0500 Received: from nacho.alt.net ([208.90.169.18]:53102 "EHLO nacho.alt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752935AbbATXVb (ORCPT ); Tue, 20 Jan 2015 18:21:31 -0500 Comment: DKIM? See http://www.dkim.org Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=alt.net; h=Received:Received:Received:Date:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-Delivery-Agent:From:Reply-To; b=BPQP+foBnpIZLaTG5TH6uPuJpgmUItYAZBw0x2VCZP8AN/e5/0y5IlYMpQeAL3 wTTAclWNZVkOeo9pyF5h/jD85Lcafo/0dQGMRNJH6XZrWIZQ82LrpLAXQV8jMZhV KfrP5OkVElQ5Tr9909FxZy8RXllnwsKkuLp+SAMFltrko=; Date: Tue, 20 Jan 2015 23:21:30 +0000 (UTC) To: Julian Anastasov cc: Wensong Zhang , Simon Horman , lvs-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] IPVS: add wlib & wlip schedulers In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: Chris Caputo Reply-To: Chris Caputo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chris Caputo IPVS wlib (Weighted Least Incoming Byterate) and wlip (Weighted Least Incoming Packetrate) scheduler docs for ipvsadm-1.27. Signed-off-by: Chris Caputo --- 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