From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Vif rate limiting Date: Mon, 05 Mar 2007 16:14:38 +0000 Message-ID: References: <08CA2245AFCF444DB3AC415E47CC40AF85255B@G3W0072.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <08CA2245AFCF444DB3AC415E47CC40AF85255B@G3W0072.americas.hpqcorp.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Padala, Pradeep" , Keir Fraser , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 5/3/07 16:00, "Padala, Pradeep" wrote: > This is the config line I am using. > > vif = ['ip=15.25.117.44', 'rate=10MB/s'] This will rate-limit to 10 megabytes per second, not 10 megabits per second. Is this what you meant? Otherwise you should use 'rate=10Mb/s'. > Do I need to specify the interval_usecs variable too ? No, a sane default value is chosen. -- Keir